Click here to Skip to main content
15,917,321 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRedirect fails Pin
Dot-Net-Dev13-May-10 17:19
Dot-Net-Dev13-May-10 17:19 
AnswerRe: Redirect fails Pin
Viral Upadhyay13-May-10 18:19
Viral Upadhyay13-May-10 18:19 
AnswerRe: Redirect fails Pin
Ankur\m/13-May-10 18:22
professionalAnkur\m/13-May-10 18:22 
GeneralRe: Redirect fails Pin
Dot-Net-Dev13-May-10 19:48
Dot-Net-Dev13-May-10 19:48 
Questioniterating through the datalist rows Pin
uglyeyes13-May-10 15:11
uglyeyes13-May-10 15:11 
QuestionSILVERLIGHT: Seemingly asynchronous code runs synchronously? What do I do wrong? Pin
taralex13-May-10 9:32
taralex13-May-10 9:32 
QuestionNot able to access a asp hidden field in javascript? Pin
Steve Holdorf13-May-10 8:25
Steve Holdorf13-May-10 8:25 
AnswerRe: Not able to access a asp hidden field in javascript? Pin
Sandeep Mewara13-May-10 8:55
mveSandeep Mewara13-May-10 8:55 
Steve Holdorf wrote:
<asp:heddenfield id="FilterSelected" runat="server" value="0">


Is this inside a master page or a user control? If so, the id will not be just 'FilterSelected'.
Just do the ViewSource of the page, find the hidden field and see what name has been given while rendering it. Use that in your javascript and you will be fine.

Or else, use:
document.getElementById('<% = FilterSelected.ClientID %>').value in your javascript, it will automatically use the correct name.
QuestionHelp with saving a SQL Reporting Services report as pdf Pin
Martin_13-May-10 6:38
Martin_13-May-10 6:38 
AnswerRe: Help with saving a SQL Reporting Services report as pdf Pin
The Man from U.N.C.L.E.13-May-10 7:03
The Man from U.N.C.L.E.13-May-10 7:03 
GeneralRe: Help with saving a SQL Reporting Services report as pdf Pin
Martin_14-May-10 4:08
Martin_14-May-10 4:08 
GeneralRe: Help with saving a SQL Reporting Services report as pdf Pin
The Man from U.N.C.L.E.14-May-10 4:35
The Man from U.N.C.L.E.14-May-10 4:35 
GeneralRe: Help with saving a SQL Reporting Services report as pdf Pin
Martin_14-May-10 4:50
Martin_14-May-10 4:50 
QuestionMaster Page best practices Pin
Adam Brown 313-May-10 3:45
Adam Brown 313-May-10 3:45 
AnswerRe: Master Page best practices Pin
Not Active13-May-10 4:07
mentorNot Active13-May-10 4:07 
AnswerRe: Master Page best practices Pin
Gregory Gadow13-May-10 5:26
Gregory Gadow13-May-10 5:26 
AnswerRe: Master Page best practices Pin
Brij13-May-10 6:14
mentorBrij13-May-10 6:14 
QuestionLooking for an ASP.net or PHP mail application I can put on my domain to access gmail Pin
m3ntat_13-May-10 3:40
m3ntat_13-May-10 3:40 
AnswerRemotely connect to your home PC Pin
David Mujica13-May-10 4:21
David Mujica13-May-10 4:21 
AnswerRe: Looking for an ASP.net or PHP mail application I can put on my domain to access gmail Pin
TheyCallMeMrJames13-May-10 4:22
TheyCallMeMrJames13-May-10 4:22 
GeneralRe: Looking for an ASP.net or PHP mail application I can put on my domain to access gmail Pin
m3ntat_13-May-10 5:17
m3ntat_13-May-10 5:17 
GeneralRe: Looking for an ASP.net or PHP mail application I can put on my domain to access gmail Pin
TheyCallMeMrJames13-May-10 7:53
TheyCallMeMrJames13-May-10 7:53 
QuestionWindows Authentification browser remeber password Pin
AymenDotnet13-May-10 2:41
AymenDotnet13-May-10 2:41 
AnswerRe: Windows Authentification browser remeber password Pin
Sandeep Mewara13-May-10 6:18
mveSandeep Mewara13-May-10 6:18 
QuestionDoes IIS Need to develop and test ASP.NET Project in VS2005 IDE Environment. Pin
Satish_S13-May-10 2:13
Satish_S13-May-10 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.