Microsoft
Software
Hardware
Network
Question : does not contain a definition for and no extension method
I am trying to get a variable from an Insert statement and pass it on as a querystring to another page. I found some code behind but it does not like the Command syntax in "string Inc_ID = e.Command.Parameters["@Inc
_ID"].Valu
e.ToString
();"
See attached code.
Thanks,
Brian
Answer : does not contain a definition for and no extension method
Response.Redirect("YourNew
Page.aspx?
var=" + Server.UrlEncode(e.Command
.Parameter
s["@Inc"].
Value));
Random Solutions
SBSMONITORING CPU constant CPU usage
XP SP3 unable to burn to hp 740b dvd
Reduce Line Spacing between records in Access Report
DeleteExpiredSessions Job on SQL
Delete / Replace Apostrophes on Data Entry
How to Calculate year to date
How do I get Outlook 2007 to keep from asking me to login each time I close and reopen?
Example SQL Select Statement VBA Code
Compare 2 fields from 2 different tables
Validation Giving Inconsistent Results