Click here to Skip to main content
16,004,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: system idle Pin
Naik A2Ze17-Sep-07 21:22
Naik A2Ze17-Sep-07 21:22 
AnswerRe: system idle Pin
Shujaat Ullah Khan17-Sep-07 20:53
Shujaat Ullah Khan17-Sep-07 20:53 
AnswerRe: system idle Pin
Naik A2Ze17-Sep-07 21:20
Naik A2Ze17-Sep-07 21:20 
GeneralRe: system idle Pin
kirthikirthi17-Sep-07 22:08
kirthikirthi17-Sep-07 22:08 
GeneralRe: system idle Pin
Naik A2Ze17-Sep-07 22:42
Naik A2Ze17-Sep-07 22:42 
QuestionText Box inside GridView Pin
varshavmane17-Sep-07 19:56
varshavmane17-Sep-07 19:56 
AnswerRe: Text Box inside GridView Pin
VenkataRamana.Gali17-Sep-07 20:59
VenkataRamana.Gali17-Sep-07 20:59 
GeneralRe: Text Box inside GridView Pin
varshavmane17-Sep-07 21:22
varshavmane17-Sep-07 21:22 
Thanks for the reply but I am not getting the value. gridview is something like this:

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" Width="622px" Height="146px">
<Columns>
<asp:BoundField DataField="PeriodContextRef" HeaderText="PeriodContextRef" />
<asp:BoundField DataField="EndDate" HeaderText="InstanceDate" />
<asp:BoundField DataField="BeginningDate" HeaderText="BeginningDate" />
<asp:BoundField DataField="EndDate" HeaderText="EndDate" />
<asp:TemplateField HeaderText="Value" >
<ItemTemplate>
<asp:TextBox ID="txtValue" runat="server"></asp:TextBox>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Is Closed">
<ItemTemplate>
<asp:CheckBox id="chkIsClosed" runat="server" Checked='<%# DataBinder.Eval(Container.DataItem, "Status")%>' />
</ItemTemplate>
</asp:TemplateField>
<asp:CheckBoxField HeaderText="Pending" Text="Pending"/>
<asp:TemplateField HeaderText="Comment" >
<ItemTemplate>
<asp:TextBox ID="txtComment" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "Comment")%>'></asp:TextBox>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
Something wrong I am doing in this???
Questiondeserialization error: no deserializer is registered for schema type: hashMap Pin
IamMohan17-Sep-07 19:56
IamMohan17-Sep-07 19:56 
QuestionForm Authentication Pin
bhattiprolu17-Sep-07 19:55
bhattiprolu17-Sep-07 19:55 
AnswerRe: Form Authentication Pin
Parwej Ahamad17-Sep-07 20:34
professionalParwej Ahamad17-Sep-07 20:34 
GeneralRe: Form Authentication Pin
bhattiprolu17-Sep-07 21:13
bhattiprolu17-Sep-07 21:13 
GeneralRe: Form Authentication Pin
Parwej Ahamad17-Sep-07 22:06
professionalParwej Ahamad17-Sep-07 22:06 
GeneralRe: Form Authentication [modified] Pin
bhattiprolu17-Sep-07 22:11
bhattiprolu17-Sep-07 22:11 
Questionbrowsing the web pages in the virtual directoy/local host Pin
Sonia Gupta17-Sep-07 19:52
Sonia Gupta17-Sep-07 19:52 
AnswerRe: browsing the web pages in the virtual directoy/local host Pin
saini arun17-Sep-07 21:06
saini arun17-Sep-07 21:06 
GeneralRe: browsing the web pages in the virtual directoy/local host Pin
Sonia Gupta17-Sep-07 21:14
Sonia Gupta17-Sep-07 21:14 
GeneralRe: browsing the web pages in the virtual directoy/local host Pin
saini arun17-Sep-07 21:50
saini arun17-Sep-07 21:50 
GeneralRe: browsing the web pages in the virtual directoy/local host Pin
Sonia Gupta17-Sep-07 22:19
Sonia Gupta17-Sep-07 22:19 
Questionhow can apply maxLength limit in textBox when is TextMode=&amp;quot;MultiLine&amp;quot; ? [modified] Pin
B.A17-Sep-07 19:40
B.A17-Sep-07 19:40 
AnswerRe: how can apply maxLength limit in textBox when is TextMode=&amp;quot;MultiLine&amp;quot; ? Pin
Jintal Patel17-Sep-07 21:46
Jintal Patel17-Sep-07 21:46 
Questiondatabase is accessed by the vb6 application and website Pin
Sonia Gupta17-Sep-07 19:21
Sonia Gupta17-Sep-07 19:21 
QuestionHow to Change the Width of dropdown List Dynamic Pin
Jintal Patel17-Sep-07 19:12
Jintal Patel17-Sep-07 19:12 
AnswerRe: How to Change the Width of dropdown List Dynamic Pin
Sonia Gupta17-Sep-07 19:27
Sonia Gupta17-Sep-07 19:27 
GeneralRe: How to Change the Width of dropdown List Dynamic Pin
Jintal Patel17-Sep-07 21:20
Jintal Patel17-Sep-07 21:20 

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.