Hello,
I have 2 Repeaters in a page each using a different datasource. The problem is, is that they share the same querysting for getting data and Im getting conflics, because one WHERE clause uses Integer. To Correct this i did this on one of them
<asp:QueryStringParameterName="ID"QueryStringField="id.ToString()"/>
This now stops the error about converting a varChar value to int. All good I thought, but now no data will come out for this repeater because obviously the querysting is a number.
For those who are wondering how i can have 2 repeaters and sharing the same QueryString, well its because i hide one of the repeaters if the QueryString value is Numeric. I also actually tried hiding the SqlDataSource aswell but this is not allowed.
So my question is, How can i hide the connection and if i cant how could I get the repeater that uses the number value to work.
Any ideas would be great!
Hello,I have datatable with this columns-FileName (varchar)-File(byte)I want to put files from that ...
By ogans
I need to bound a combobox with an Access DB table field so every time the user clicks on an item th...
By tsintsis
Hello all,I'm having the same issue that I've seen in several posts in this forum, but none of the r...
By rsg2bson
Hey guys.I need some help with a problem that i am experiencing trying to add an edit column to my d...
By gavw
My database table has some fields with optional entry and this is causing an unhandled error in my u...
By kizzykate, 5 Comments
HI I have the following stored procedure CREATE proc [dbo].[SaveTest]@name nvarchar output,@pass nva...
By engnouna, 3 Comments
I'm very new to VWDE and am not a programmer, knowing some VB6, Access, HTML and ASP from tinkering....
By cp5249, 8 Comments
Thanks...
By r_tutus, 3 Comments
I have a control parameter in my accessdatasource. It takes the value of the dropdownlist: ddlAge (a...
By petersmith, 3 Comments