Click here to Skip to main content
15,894,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataview in .net Pin
vijay_835-Mar-07 22:36
vijay_835-Mar-07 22:36 
AnswerRe: Dataview in .net Pin
Haissam5-Mar-07 23:19
Haissam5-Mar-07 23:19 
QuestionMessage error Pin
nclauder5-Mar-07 22:32
nclauder5-Mar-07 22:32 
AnswerRe: Message error Pin
luckyve5-Mar-07 22:50
luckyve5-Mar-07 22:50 
AnswerRe: Message error Pin
Haissam5-Mar-07 23:20
Haissam5-Mar-07 23:20 
AnswerRe: Message error Pin
Vasudevan Deepak Kumar6-Mar-07 9:27
Vasudevan Deepak Kumar6-Mar-07 9:27 
GeneralRe: Message error Pin
nclauder6-Mar-07 18:57
nclauder6-Mar-07 18:57 
QuestionHow to access ID of a Dyanamic control? Pin
senthil_rajesh_kavin5-Mar-07 22:05
senthil_rajesh_kavin5-Mar-07 22:05 
hai friends,

How to access the value of the Dynamically created control in asp.net (c#)?

suppose i create
void page_load()
{
TextBox t1=new TextBox();
form1.Controls.Add(t1);
}

Now i want to insert the value of the textbox in the database,but ID of the TextBox not known.

void insert_click(Object o,Sender e)
{
String s1=insert into table4 values(here i want to access the ID of the TextBox);
//Sql Connections.........

}

plz,Reply if u have known.Thank u Friends.
AnswerRe: How to access ID of a Dyanamic control? Pin
gauthee5-Mar-07 22:14
gauthee5-Mar-07 22:14 
GeneralError:How to access ID of a Dyanamic control? [modified] Pin
senthil_rajesh_kavin5-Mar-07 22:26
senthil_rajesh_kavin5-Mar-07 22:26 
GeneralRe: Error:How to access ID of a Dyanamic control? Pin
gauthee5-Mar-07 22:45
gauthee5-Mar-07 22:45 
GeneralRe: again the same problem,look out this plz. Pin
senthil_rajesh_kavin5-Mar-07 22:59
senthil_rajesh_kavin5-Mar-07 22:59 
GeneralRe: Error:How to access ID of a Dyanamic control? Pin
Sandeep Akhare5-Mar-07 22:46
Sandeep Akhare5-Mar-07 22:46 
Questionallow popups Pin
gauthee5-Mar-07 21:54
gauthee5-Mar-07 21:54 
AnswerRe: allow popups Pin
Sam Heller5-Mar-07 22:46
Sam Heller5-Mar-07 22:46 
AnswerRe: allow popups Pin
Vasudevan Deepak Kumar6-Mar-07 9:28
Vasudevan Deepak Kumar6-Mar-07 9:28 
Questionparameters for webcontrol Pin
vamsimohan215-Mar-07 21:46
vamsimohan215-Mar-07 21:46 
AnswerRe: parameters for webcontrol Pin
Spunky Coder5-Mar-07 22:05
Spunky Coder5-Mar-07 22:05 
AnswerRe: parameters for webcontrol Pin
Sandeep Akhare5-Mar-07 22:06
Sandeep Akhare5-Mar-07 22:06 
QuestionHidden coloumns problem in Gridview by Amol Raut Pin
amolwable5-Mar-07 21:04
amolwable5-Mar-07 21:04 
AnswerRe: Hidden coloumns problem in Gridview by Amol Raut Pin
Harini N K5-Mar-07 21:17
Harini N K5-Mar-07 21:17 
QuestionTextbox to display week number Pin
Oga M5-Mar-07 20:53
Oga M5-Mar-07 20:53 
AnswerRe: Textbox to display week number Pin
Spunky Coder5-Mar-07 21:31
Spunky Coder5-Mar-07 21:31 
QuestionRMA Pin
Khan.Bangash5-Mar-07 20:21
Khan.Bangash5-Mar-07 20:21 
AnswerRe: RMA Pin
Vasudevan Deepak Kumar6-Mar-07 9:28
Vasudevan Deepak Kumar6-Mar-07 9:28 

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.