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

ASP.NET

 
AnswerRe: SQL Server in Remote Machine Not Connecting.........Please Help Pin
Sherin Iranimose2-Jul-08 2:25
Sherin Iranimose2-Jul-08 2:25 
GeneralSQL Server in Remote Machine Not Connecting.........Please Help Pin
codingrocks2-Jul-08 2:37
codingrocks2-Jul-08 2:37 
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 
how create textbox dynamically and how to give a unique id to these textboxs.
my code is:
<% if (Request.Form["sacc1"]== "0" )
{ %>
<%for (int i = 1; i <= int.Parse(Request.Form["schild"]); i++)
{%>
<table style="width: 664px">
<tr>
<td colspan="2" style="height: 22px">
<span style="font-size: 10pt; font-family: Verdana"><strong>child &nbsp; &nbsp; &nbsp;
</strong>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<asp:RadioButton
ID="sdaughter" runat="server" Text="Daughter " Width="135px" GroupName="child" />&nbsp;<asp:RadioButton
ID="sson" runat="server" Text="Son" GroupName="child" />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span>
</td>
</tr>
<tr>
<td style="width: 268px">
<span style="font-size: 10pt; font-family: Verdana">
Name of the daughter/son:</span></td>
<td style="width: 123px">
<asp:TextBox ID="cnameofthedau" runat="server" ></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px">
<span style="font-size: 10pt; font-family: Verdana">Date of issue:</span></td>
<td style="width: 123px">
<asp:TextBox ID="cdateofissue" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px; height: 21px;">
<span style="font-size: 10pt; font-family: Verdana">
Place of issue:</span></td>
<td style="width: 123px; height: 21px;">
<asp:TextBox ID="cplaceofissue" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px">
<span style="font-size: 10pt; font-family: Verdana">
Date of expiry:</span></td>
<td style="width: 123px">
<asp:TextBox ID="cdateofexpiry" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px">
<span style="font-size: 10pt; font-family: Verdana">
Date of birth:</span></td>
<td style="width: 123px">
<asp:TextBox ID="cdateofbirth" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px">
<span style="font-size: 10pt; font-family: Verdana">
Seat preference:</span></td>
<td style="width: 123px">
<asp:TextBox ID="cseat" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 268px">
<span style="font-size: 10pt; font-family: Verdana">
Meal preference:</span></td>
<td style="width: 123px">
<asp:TextBox ID="cmeal" runat="server"></asp:TextBox></td>
</tr>
<tr>
in this code we have 8 textbox and generate another 8 textbox if user select from dropdown box 2.so now these textbox should have unique id. how can i do. plz reply soon.
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 
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 

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.