i use this code to pass two values in a query string,
while(rdr.read()){
Response.Write("
}
when i click the title,the title and the appropriate id is also passed as a query string here the id is passed as a null value why,
pls any one can tell me,
Advance thanks,
5 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jan 31, 2011, 12:55 PM
krithika muthukrishnanPosted Jan 31, 2011, 2:09 AM
Krishna GaradPosted Jan 31, 2011, 2:09 AM
str="something";
tid=10;
Response.Write("
krithika muthukrishnanPosted Jan 31, 2011, 2:06 AM
Krishna GaradPosted Jan 31, 2011, 2:00 AM