Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: auto email generation Pin
ctlqt128-Jan-08 21:54
ctlqt128-Jan-08 21:54 
QuestionHow to pass parameters to a stored procedure while using gridview Pin
asrs638-Jan-08 8:31
asrs638-Jan-08 8:31 
GeneralRe: How to pass parameters to a stored procedure while using gridview Pin
DotNetXenon8-Jan-08 10:02
DotNetXenon8-Jan-08 10:02 
GeneralRe: How to pass parameters to a stored procedure while using gridview Pin
asrs638-Jan-08 10:57
asrs638-Jan-08 10:57 
GeneralGet whole id of control Pin
Chazzysb8-Jan-08 5:37
Chazzysb8-Jan-08 5:37 
GeneralRe: Get whole id of control Pin
Not Active8-Jan-08 5:51
mentorNot Active8-Jan-08 5:51 
GeneralRe: Get whole id of control Pin
Chazzysb8-Jan-08 6:11
Chazzysb8-Jan-08 6:11 
GeneralRe: Get whole id of control Pin
Declan Bright8-Jan-08 8:54
Declan Bright8-Jan-08 8:54 
Strange, I used ClientId for the same purpose the other day and it worked fine.

I'll give more detail of what I did as it may help you solve your problem.
I have 2 nested user controls and on the inner control I have a hidden input field with runat server:
<input id="text1" runat="server" type="hidden" />

At runtime the id is: userControl1_userControl2_text1

I use this.text1.ClientID when writing out a script block using ScriptManager.RegisterClientScriptBlock and it writes out userControl1_userControl2_text1 correctly.

Hope this is of some help Smile | :)

Declan Bright
www.declanbright.com

GeneralRe: Get whole id of control Pin
Christian Graus8-Jan-08 9:23
protectorChristian Graus8-Jan-08 9:23 
GeneralPaper size using CSS[Stylesheet] Pin
manowj8-Jan-08 4:45
manowj8-Jan-08 4:45 
GeneralHate this dialog - Help Update In Progress Pin
CooperWu8-Jan-08 4:43
CooperWu8-Jan-08 4:43 
GeneralRe: Hate this dialog - Help Update In Progress Pin
Anders Øyvind Sætre15-May-09 0:26
Anders Øyvind Sætre15-May-09 0:26 
Questioncan we use JavaApplets adn Servletts in Asp.Net??? Pin
chanzeb8-Jan-08 4:03
chanzeb8-Jan-08 4:03 
AnswerRe: can we use JavaApplets adn Servletts in Asp.Net??? Pin
Christian Graus8-Jan-08 9:16
protectorChristian Graus8-Jan-08 9:16 
GeneralSate Managment [modified] Pin
Scotty868-Jan-08 2:35
Scotty868-Jan-08 2:35 
GeneralRe: Sate Managment Pin
Scotty869-Jan-08 5:34
Scotty869-Jan-08 5:34 
GeneralNew To asp.net ....Simple question Pin
sindhutiwari8-Jan-08 2:15
sindhutiwari8-Jan-08 2:15 
GeneralRe: New To asp.net ....Simple question Pin
Vasudevan Deepak Kumar8-Jan-08 2:21
Vasudevan Deepak Kumar8-Jan-08 2:21 
GeneralRe: New To asp.net ....Simple question Pin
sindhutiwari8-Jan-08 2:27
sindhutiwari8-Jan-08 2:27 
GeneralRe: New To asp.net ....Simple question Pin
DotNetXenon8-Jan-08 4:44
DotNetXenon8-Jan-08 4:44 
GeneralCustom control "property page" Pin
c24238-Jan-08 1:19
c24238-Jan-08 1:19 
Generalfirst click a button, half page display then next click another button display the remaining page using asp.net Pin
My Article8-Jan-08 0:41
My Article8-Jan-08 0:41 
GeneralRe: first click a button, half page display then next click another button display the remaining page using asp.net Pin
Declan Bright8-Jan-08 0:53
Declan Bright8-Jan-08 0:53 
AnswerRe: first click a button, half page display then next click another button display the remaining page using asp.net Pin
UsmanMunier9-Jan-08 22:57
UsmanMunier9-Jan-08 22:57 
GeneralCSS PROBLEM IN DIFFERENT BROWSERS [modified] Pin
Parvai8-Jan-08 0:15
Parvai8-Jan-08 0:15 

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.