Advertisement

1 - 10 of 10 containing alltags:("selectparameter") (0 seconds)
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...
Zones: ASP.Net ProgrammingDate Answered: 02/22/2006 Grade: B Views: 0
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...
Zones: ASP.Net ProgrammingDate Answered: 06/13/2006 Grade: B Views: 0
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...
Zones: ASP.Net ProgrammingDate Answered: 11/05/2006 Grade: A Views: 28
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....
Zones: ASP.Net ProgrammingDate Answered: 06/25/2006 Grade: A Views: 0
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, ...
Zones: .NET Framework 2.x, C#, ASP....Date Answered: 02/26/2007 Grade: A Views: 69
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...
Zones: ASP.Net Programming, .NET, C#Date Answered: 05/31/2007 Grade: A Views: 0
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...
Zones: ASP.Net ProgrammingDate Answered: 01/31/2006 Grade: A Views: 0
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 ...
Zones: C#, ASP.Net ProgrammingDate Answered: 09/12/2007 Grade: A Views: 0
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 12/13/2005 Grade: A Views: 0
  • 1