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
Shared a folder in Outlook 2007 now how i can see that from another machine.
how to import forms and empty tables from msaccess 2002 to msaccess 2007
Need MS Access flavor SQL statement
MFC: starting an external program
reading a text file and saving to access
Remove unwanted information during copy and paste process
Xp Boot Problem After Using Registry Cleaner, Recovery Options?
How to pass a WindowsIdentity object to a web service method?
Spell Check Single Field
Sending email via button click not working