User Profile
Collapse
-
edit item template and edit template for your grid -
use query string to send id from one page to other
eg
Response.Redire ct("yourpageB.a spx?id=" + id);
and you can use this id to populate your gridview
eg
"Select * table where Id= " + Convert.ToInt32 (Request.QueryS tring[0].ToString());
you can pass this id to stored procedure also
more then one id can also be pass in from one page to other...Leave a comment:
-
setting for opening excel report in client machine
i am using windows 2003 server and iis 5.1 for hosting my web application
and windows xp as client OS
i ahv excel reports in my web application which are not opening in client machine
i hav already configured dcom for excel application
by using Interactive excel reports are opening in server not in client
i hav also tested launching user and this user property
but not working
i...
No activity results to display
Show More
Leave a comment: