473,789 Members | 2,740 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

selectparameter s not working

Hello,
I have a gridview which calls a database query through a regular
SqlDataSource. However, any argument I try to pass to the select query in
the SqlDataSource using <selectparamete rsfails. This is my code, where the
propertyname and controlid refer to a TextBox on the same page:
<selectparamete rs>
<asp:controlpar ameter type="string" name="getfile"
controlid="srch Form" propertyname="T ext" DefaultValue=" "/>
</selectparameter s>
Any clues?

Thanks,
Ben

Oct 16 '06 #1
0 1390

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1446
by: John Smith | last post by:
I have a stored procedure that expects a month and year. There are times when I simply want to pass the current month and year (instead of, say, a querystring value). How can I pass the current month and year as the defaultText attribute value inside a <selectparameters> tag? Thank you!
1
1105
by: syoung | last post by:
Does anyone knows how to assign the value of a textbox to productDataSource.SelectParameters when a button is clicked? I'm using VS 2005 and all the code I've found on the web are samples of dropdown lists with code in the aspx page. Heres the subroutine where I'm stuck. Protected Sub btnSearch_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSearch.Click Dim search As String Dim productDataSource As New...
1
6313
by: Mike P | last post by:
I am using a GridView with 3 SelectParameters 2 of which are ControlParameters, but the third of my SelectParameter values is derived through my code rather than a QueryString, Control etc, so I need to add my select parameters programmatically. Here are my 2 ControlParameters are they were originally : <SelectParameters> <asp:ControlParameter Name="Month" ControlID="ddlMonth" PropertyName="SelectedValue" />
3
1143
by: DamnedYankee | last post by:
I have MSDev2005. I create a new TableAdapter using the designer. The designer does not implement SelectParameters, and this pproperty seem to not exists at all on the adapter. How lame is that ?
2
4889
by: MikeB | last post by:
Hello All, how can I set my selectparameter to a constant value within my constants class or to a value in my web.config file?
2
6755
by: Jason Huang | last post by:
Hi, Here is my SqlDataSource in my C#.2.0 aspx file: <asp:SqlDataSource ID="SqlDataSourceA" runat="server" ConnectionString="<%$ ConnectionStrings:GConnectionStringA %>" SelectCommand="SELECT TestNo, AcceptDate, status FROM TestForm WHERE (AcceptDate BETWEEN @prAcceptDate AND @prAcceptDateEnd)" ProviderName="<%$ ConnectionStrings:GConnectionStringA.ProviderName %>" EnableViewState="False">
0
1333
by: jobs | last post by:
Is there any way to do this? <asp:SqlDataSource ID="DSCity1" runat="server" ConnectionString="<% $ ConnectionStrings:PPLineaConnection%>" ProviderName="System.Data.OracleClient" SelectCommand="select City_Code, City from City where country_code= &country"> <SelectParameters> <asp:ControlParameter ControlID="CityDropDown1"
1
2579
by: Bogdan | last post by:
Hi, I have a CheckBoxList on a page and an Object Data Source which expects values from the list as its select parameters. Is there a way to declaratively define select parameters to reference items in the check box list? Example: <asp:CheckBoxList ID="cblTypes" runat="server" AutoPostBack="True" RepeatDirection="Horizontal" RepeatLayout="Flow" CssClass="legend"
3
11195
by: btreddy | last post by:
Hii all, I've a problem regarding passing select parameters to objectdatasource from code behind. i would like to pass the select parameters to a objectdatasource ..not in the selecting or selected event of the objectdatasource but some where in the one of button click event. i tried of adding the parameters but it didn work for me.. <asp:ObjectDataSource ID="ODSEditSchedules" TypeName="Schedules" runat="server"...
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10410
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10139
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9984
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7529
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4093
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.