Could someone please tell me what could be causing me to get the following error for code noted below:
"Cannot implicitly convert type 'int' to 'string'
int cust_ID = 1;
productDataSource...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21745597.html
Hi,
I'm passing a page two items in a query string; "group" and "item", which are both integers representing id's in my database. My sqldatasource uses these querystring items as select parameter...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21884661.html
Hi Experts,
I'm new to .Net 2.0. How do I pass a variable encapsulated in <% %> to a sqldatasource select parameter?
I have a table 'tblUser' that has one column - 'UserName' and contains one...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22049473.html
I am switching over from ASP to ASP.NET v2 and need some help on the following.
In the past, i'd pass a begin date and end date via a querysting value and use that to do my SQL Select statement....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21842804.html
Dear experts,
I am creating a webstats reporting tool for clients of the web dev company I work for.
The issue is this:
The hit records are stored in SQL databases specific to each site, ...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_22406057.h...
I am trying to access a "buried control" in a repeater from the code behind page in C# .NET
All I need to know is how to access the value of the textbox... however I believe the findcontrol meth...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22604820.html
Hey i added a gridview control to the page by dragging and dropping it. Then i set its datasource to my webserver, database etc, and am using a stored procedure to return data from the database to...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21713477.html
I have an ObjectDataSource1 where I want to add select parameters programattically. The SelectMethod I assigned it is GetUserByID(int userid) for example.. so I have ObjectDataSource1.SelectMethod ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22823340.html
I am trying to build an sqldatasource using a parameter which I want set to the currently logged in user's username. Any idea how to declare the parameter in the <SelectParameter> tag? ie, my selec...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21425154.htm...
Zones:
ASPDate Answered: 12/18/2005 Grade: A Views: 0
How do I pass a variable from a user control to a sqldatasource selectparameter? I tried a bunch of different ways but I can't figure out how to do it. The problem is on this line:
<asp:P...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21658174.html