C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




retrieving query string value


Posted Date: 30 Aug 2008      Total Responses: 4

Posted By: sundari       Member Level: Bronze     Points: 1



Code to retrieve value from query string of a href ctreated in footer template of datagrid




Responses

Author: Raju.M    30 Aug 2008Member Level: GoldRating:     Points: 3
assassin a label fiels in r code.set its visibility false.when query string have value set that value to label.text. then bind value in grid view template field


Author: krishnasamy    30 Aug 2008Member Level: SilverRating:     Points: 3
hai,
i can't understand your question.
Query string means pass value one page to another page.
index.aspx
--------------
response.redirect("register.aspx?id="+id);

register.aspx
----------------
int udid;
udid=convert.toint32(udid);


Author: Swaminathan    30 Aug 2008Member Level: GoldRating:     Points: 4
Code to send query string is below:

Response.redirect("page.aspx?b=value")


Code to retrieve query string is below and should be put in the page load event of page.aspx

Dim y as string = Request.QueryString("b")

You can use the retrieved query string in your query to retrieve data from your database.



Author: Athira Appukuttan    01 Sep 2008Member Level: DiamondRating:     Points: 1
From:

response.redirect("aa.aspx?id=1");

Nextpage:

string id=response.quesrystring("id");


Post Reply
You must Sign In to post a response.
Next : Problem in getting print out from a aspx page?
Previous : Regarding Find Start Day and End day of the week...
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

doors in nj

Contact Us    Privacy Policy    Terms Of Use