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
ALTER TABLE / ALTER COLUMN QUESTION???
Intercept the "You must enter a value in the "FormName.FieldName' field." error message...
Migrating app from VB.net 2005 to VB.net 2008 SqlCeEngine compatibility issue needs fixed
Exchage Error SPAM question.
Search function in Excel also in Access?
How to connect two combo boxes
architecture question
SQL - CASE Statement help needed
Sharepoint 2003 with Recycle Bin
Macro to run Goal Seek multiple times and transpose output - Excel 2007