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
Excel file size too much.How can i reduce the size.
how to insert null value in a table using SQLParameter class
Excel Breaking Links
IE8 Keeps Crashing - No logs in event viewer
Count rows of table between two dates for value in text box
Error: Cannot convert string to float.....
Creating SQL Database during .NET setup
How to write a query in Ms-Access 2007 to compare two fields in two tables?
Customizing MS Word 2007 RibbonX - ComboBox OnChange doesn't fire
Need advice on approach: one recordset, or multiple recordsets?