User Profile
Collapse
-
Thanks for your help, it work.... -
Thanks for the help. those radio buttons are not dependent on each other. i tried that code and it writes it back to the database but when i go back to the page the selection of false does not show....Leave a comment:
-
Programming question in C#
Does anyone know if there is a cleaner way to do this:
[code=asp]
if(Boolean.Pars e(ds.Tables[0].Rows[0][6].ToString()))
{
rbEditActiveTru e.Checked = true;
}
else
{
rbEditActiveFal se.Checked = true;
}
if(Boolean.Pars e(ds.Tables[0].Rows[0][10].ToString()))
{
rbRoverActiveDT rue.Checked = true;
}
else
{
rbRoverActiveDF alse.Checked... -
-
Thanks for the help, i pulled out a few books trying to figure out how to use a session object, but very very new to this, so could u look at the code i have so far and put me back on the right path. thanks.....
webform1
[code=cpp]
private void DataGrid1_PageI ndexChanged(obj ect source, system.Web.UI.W ebControls.Data GridPageChanged EventArgs e)
{
DataGrid1.Curre ntPageIndex = e.NewPageIndex;
BindGrid(LoadDa ta());...Leave a comment:
-
dont know where this would fit
ok, i'm trying to get webform1 that has 10 pages to carry over the page index to webform2 so if someone one started on webform1 page 6 then went to webform2(detail view) click "cancel" to bring them back to webform1 page 6. if that makes any sense.
If u have not fig it out yet i am very very new to this. I am coding in C#.net.
any help would be godsend.
thanks
No activity results to display
Show More
Leave a comment: