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
Formula, Function or Macro that will eliminate the last 6 characters from a cell value
pkzipc path woes
creating an install routine for custom printers and SQL Database
Create a hyperlink in a C# 2005 project to a html page contained in the project
Grouping and SubTotal in Excel 2003
Load picture into image using a recordset
Excel table linked into Powerpoint slide
C: drive not accessable
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
Error 405 method not allowed when using WebClient()