Click here to Skip to main content
15,890,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: SQL Server in Remote Machine Not Connecting.........Please Help Pin
Sherin Iranimose2-Jul-08 2:44
Sherin Iranimose2-Jul-08 2:44 
GeneralRe: SQL Server in Remote Machine Not Connecting.........Please Help Pin
codingrocks2-Jul-08 2:55
codingrocks2-Jul-08 2:55 
GeneralRe: SQL Server in Remote Machine Not Connecting.........Please Help Pin
Sherin Iranimose2-Jul-08 3:03
Sherin Iranimose2-Jul-08 3:03 
GeneralRe: SQL Server in Remote Machine Not Connecting.........Please Help Pin
codingrocks2-Jul-08 3:09
codingrocks2-Jul-08 3:09 
GeneralRe: SQL Server in Remote Machine Not Connecting.........Please Help Pin
Sherin Iranimose2-Jul-08 3:17
Sherin Iranimose2-Jul-08 3:17 
Questionto generate textbox dynamically in asp.net Pin
gaurav mangal2-Jul-08 1:40
gaurav mangal2-Jul-08 1:40 
AnswerRe: to generate textbox dynamically in asp.net Pin
Imran Khan Pathan2-Jul-08 2:10
Imran Khan Pathan2-Jul-08 2:10 
GeneralRe: to generate textbox dynamically in asp.net Pin
gaurav mangal2-Jul-08 20:16
gaurav mangal2-Jul-08 20:16 
Thanks Imran
for giving me the idea. but its not working.will you suggest me other code.i think it is little away from the right way.it gives it is not a valid identifier error.plz give me the idea at aspx page.how to incremwnt id .as i used it at code behind also but the id remain same.
if (!IsPostBack)
{
int k = Convert.ToInt32(s3);
for (int j = 1; j <= k; j++ )
{
for (int i = 1; i <= 4; i++)
{
TextBox TextBox1 = new TextBox();
TextBox1.ID = "stext" + i.ToString();
Panel1.Controls.Add(TextBox1);

}
}
}
in this condition id remain same .so what should i do.
in asp it works like that

GeneralRe: to generate textbox dynamically in asp.net Pin
gaurav mangal3-Jul-08 0:33
gaurav mangal3-Jul-08 0:33 
AnswerRe: to generate textbox dynamically in asp.net Pin
Sherin Iranimose2-Jul-08 2:28
Sherin Iranimose2-Jul-08 2:28 
QuestionSSO between different web sites Pin
K.P.Kannan2-Jul-08 0:42
K.P.Kannan2-Jul-08 0:42 
AnswerRe: SSO between different web sites Pin
Sathiyaraj Ganesan2-Jul-08 1:54
Sathiyaraj Ganesan2-Jul-08 1:54 
GeneralRe: SSO between different web sites Pin
K.P.Kannan2-Jul-08 18:24
K.P.Kannan2-Jul-08 18:24 
QuestionrequierdFieldValidator Pin
ptvce2-Jul-08 0:14
ptvce2-Jul-08 0:14 
AnswerRe: requierdFieldValidator Pin
subai2-Jul-08 0:57
subai2-Jul-08 0:57 
GeneralRe: requierdFieldValidator Pin
subai2-Jul-08 1:00
subai2-Jul-08 1:00 
GeneralRe: requierdFieldValidator Pin
ptvce2-Jul-08 1:14
ptvce2-Jul-08 1:14 
GeneralRe: requierdFieldValidator Pin
Sherin Iranimose2-Jul-08 1:23
Sherin Iranimose2-Jul-08 1:23 
GeneralRe: requierdFieldValidator Pin
ptvce2-Jul-08 1:55
ptvce2-Jul-08 1:55 
GeneralRe: requierdFieldValidator Pin
subai2-Jul-08 2:13
subai2-Jul-08 2:13 
GeneralRe: requierdFieldValidator Pin
eyeseetee2-Jul-08 2:19
eyeseetee2-Jul-08 2:19 
AnswerRe: requierdFieldValidator Pin
Imran Khan Pathan2-Jul-08 2:05
Imran Khan Pathan2-Jul-08 2:05 
GeneralRe: requierdFieldValidator Pin
ptvce2-Jul-08 2:12
ptvce2-Jul-08 2:12 
GeneralRe: requierdFieldValidator Pin
Imran Khan Pathan2-Jul-08 2:16
Imran Khan Pathan2-Jul-08 2:16 
GeneralRe: requierdFieldValidator Pin
ptvce2-Jul-08 2:25
ptvce2-Jul-08 2:25 

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.