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
Will Microsoft Great Plains 7.5 run on Windows 7?
Prefill bound textboxes from a combo box
MS Access And Power Point Presentation
VB.NET: check last characters of a substring
Can't open design view for query - get " is not a valid name error
RunApp issue across different Office versions
Internet Explorer very slow to respond and continually accesses floppy drive
SBS 2008 Email
Communicator 2007 R2 - randomly won't logon
How do I convert a stored procedure to be used for batch processing?