Click here to Skip to main content
15,908,173 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProduce Graph Pin
solarthur015-Nov-07 15:06
solarthur015-Nov-07 15:06 
AnswerRe: Produce Graph Pin
Christian Graus5-Nov-07 15:41
protectorChristian Graus5-Nov-07 15:41 
GeneralRe: Produce Graph Pin
solarthur016-Nov-07 2:50
solarthur016-Nov-07 2:50 
QuestionFormatting Gridview Pin
simsen5-Nov-07 11:05
simsen5-Nov-07 11:05 
QuestionGridview delete giving "Specified argument was out of the range of valid values" exception Pin
AdamMcKee5-Nov-07 10:46
AdamMcKee5-Nov-07 10:46 
AnswerRe: Gridview delete giving "Specified argument was out of the range of valid values" exception Pin
Imran Khan Pathan5-Nov-07 18:36
Imran Khan Pathan5-Nov-07 18:36 
AnswerRe: Gridview delete giving "Specified argument was out of the range of valid values" exception Pin
krubin925-Jun-10 12:46
krubin925-Jun-10 12:46 
QuestionHow i can import tables from another DB ? Pin
sofy20085-Nov-07 10:32
sofy20085-Nov-07 10:32 
AnswerRe: How i can import tables from another DB ? Pin
Colin Angus Mackay5-Nov-07 11:07
Colin Angus Mackay5-Nov-07 11:07 
GeneralRe: How i can import tables from another DB ? Pin
sofy20086-Nov-07 23:32
sofy20086-Nov-07 23:32 
QuestionPopulating Hidden Fields Pin
ffowler5-Nov-07 7:37
ffowler5-Nov-07 7:37 
AnswerRe: Populating Hidden Fields Pin
Christian Graus5-Nov-07 8:12
protectorChristian Graus5-Nov-07 8:12 
GeneralRe: Populating Hidden Fields Pin
ffowler5-Nov-07 8:41
ffowler5-Nov-07 8:41 
GeneralRe: Populating Hidden Fields Pin
Christian Graus5-Nov-07 8:50
protectorChristian Graus5-Nov-07 8:50 
On the server side, you may call it 'myHiddenId' ( I am not recommending that you do ). On the client side, it will be called something like 'form1_innercontrol_myHiddenId' ( that's just a bad example, not a real world one ). So, if you use document.getElementById to access the control from javascript, you would need to write a variable into your page in javascript so you have the right Id to work with, and you can get it from the ClientID property of the server control.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Populating Hidden Fields Pin
ffowler5-Nov-07 8:52
ffowler5-Nov-07 8:52 
GeneralRe: Populating Hidden Fields Pin
Christian Graus5-Nov-07 8:59
protectorChristian Graus5-Nov-07 8:59 
Questionhow can emulate button click in a site in my ASP.NET code? Pin
B.A5-Nov-07 7:04
B.A5-Nov-07 7:04 
AnswerRe: how can emulate button click in a site in my ASP.NET code? Pin
Christian Graus5-Nov-07 8:54
protectorChristian Graus5-Nov-07 8:54 
GeneralRe: how can emulate button click in a site in my ASP.NET code? Pin
B.A5-Nov-07 9:31
B.A5-Nov-07 9:31 
Questionreload page after filewatcher event Pin
Barbarus5-Nov-07 5:57
Barbarus5-Nov-07 5:57 
AnswerRe: reload page after filewatcher event Pin
Pete O'Hanlon7-Nov-07 1:58
mvePete O'Hanlon7-Nov-07 1:58 
Questionjavascript for Random images pick Pin
sivaram praveen5-Nov-07 5:36
sivaram praveen5-Nov-07 5:36 
AnswerRe: javascript for Random images pick Pin
Guffa5-Nov-07 9:04
Guffa5-Nov-07 9:04 
Questionhow to put a confirmation dialog before deleting a record from GridView? Pin
Rocky#5-Nov-07 4:20
Rocky#5-Nov-07 4:20 
AnswerRe: how to put a confirmation dialog before deleting a record from GridView? Pin
B.A5-Nov-07 7:00
B.A5-Nov-07 7:00 

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.