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
High read in profile
Help summing multiple criteria in query
Setting up auto responder in Outlook 2007
Access VBA Import Text File to access
String.format take down all zero's
add formula to current macro
Access record navigation is not working in my custom application
Next Access Version Features
Parse Text From Outlook Body Using VBA
Disabling User access control in server 2008