I know that Datalist has a built-in select option, but it does not have paging like data list. I have worked with data list a little bit, now I have to face the difficulty of it.
ilumnissystems, you have any simple sample that you can show me ?
Thanks
Hello all,
can you show me how to nest a datagrid inside a datagrid with c#?
I would like to see more details when I try to select the current row.
Thanks
Hello all,
how can I pass two variables with a hyperlink, here is my code with one variable:
<asp:TemplateColumn HeaderText="Pass to">
<ItemTemplate>
<asp:HyperLink id="lnkPass" ToolTip="Pass to different user" NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.id", "newuser.aspx?id={0}")...
Veep,
Thanks for you help.
I have another question.
Is there any way that I can add values to the dropdownlist without make any connnection? My data is in the text.txt file
the file has some things like:
option1
option2
option3
..
After I used the following code to read, I got the data in...
That does not work with datagrid.
I put the dropdownlist in the <EditItemTemplate>
Here is my code:
<asp:TemplateColumn SortExpression="auditedby" HeaderText="Audited By">
<HeaderStyle Font-Overline="True" Font-Bold="True"></HeaderStyle>
<ItemTemplate>
<asp:label...
Hello all,
How can I add values to a dropdownlist in datagrid using c# code? I have values from file. I use a loop to add those value to the dropdownlist.
Thanks for any help
Hello all,
can some one help me with the font color of the textbox on the parent window from the child window?
self.opener.document.getElementById('txtBox').color="blue"
Thanks
Hello all,
I have one form name main
this one will call javascript function to open another form named child.
on the main form, it has a label named lblResult.
How can I write the result back to the main from form the child form to tell that it has done the work successfully?
thanks for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.