Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..

I m Using GridView in my vb.net aspx page.

that gridview contain Textbox and Dropdown list.

when first time it wil open user will enter data into the textbox and then save that data into database.

then i want to send email of that webpage URL.

when Receivers get that email and suppose they will click on that URL it sholud b open that page with Corresponding data.

that time other part of Gridview enabled except Dropwonlist.

user will change the value in drodown list and then update that data into database again.

Thanks & Regards,
Nikunj Chheda
Posted
Updated 11-Jul-11 18:26pm
v2
Comments
nikunjnik 12-Jul-11 0:29am    
Hi..Christian Graus,

Just i want to pass link of my current page.
and when they click on that link i want to display same data.

secondly how do i disabled my any controls in Gridview..?

1 solution

Then tag your question properly, this is an ASP.NET question.

You're asking the same question again, you should edit your question below, not post a new one.

So, the answer is the same as it was last time I told you. You need to put that information on the URL, that's the only way a link can pass it to the web page. Your query string is the only place to tell your page what to show, from a link.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900