TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
krithika muthukrishnan
NA
234
705k
about querystring in.net
Jan 6 2011 1:42 AM
hai
in asp.net can i able to pass the query string with in the page.likewise
in first.aspx
<a href="first.aspx?str=role">BY Role</a>
in first.aspx.cs
string str1
str1=Request.QueryString["str"].ToString();
//when i use like this object referene not set to an instance of an object error will eccor how can i solve this.
Thank u
Reply
Answers (
3
)
how to mail from asp.net 3.5
about table in .net