473,769 Members | 3,763 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Invisible Sqldatasource in design view (Version 2.0). Hlep.....

Sam
Folks,

I am new to ASP.Net 2.0.

I do not know what I did with my configuration settings...

Now when I drag and drop Sqldatasource from the toolbox, I can't see it
in the design view. Even it disappeared from my existing forms...

However when I swtched to source view, that referrence to Sqldatasource
is there...Also the older forms that has referrence to Sqldatasource
runs fine...

How do put my seetings back so that I can see Sqldatasource control in
design view??? Being a novice users, it helps me a lot to make changes
in the Sqldatasource property such as (Select/Update/Insert) without
writing hard code.

I reinstally asp.net 2.0 from Control, but did not help me...

Any help will be appreciated...

- Ghulam

Jun 30 '06 #1
0 1038

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

Similar topics

5
4480
by: Martin Bischoff | last post by:
Hi, is it possible to modify the values of a SqlDataSource's select parameters in the code behind before the select command is executed? Example: I have an SqlDataSource with a ControlParameter <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:XYZ %>"
8
5041
by: Mike Kelly | last post by:
I've chosen to implement the "optimistic concurrency" model in my application. To assist in that, I've added a ROWVERSION (TIMESTAMP) column to my main tables. I read the value of the column in my select, remember it, and then use it in the update. It works just fine when I have full control of the whole process. I want to do the same for my GridView/SqlDataSource combinations. I typically select from a view and update the corresponding...
8
1820
by: cider123 | last post by:
In Design mode I open up the SqlDataSource (Configure Data Source) I go all the way through until the last page where you "Test Query" and it takes about 2 seconds to return a response. My workstation is in California The ASP Server is in California The Database I'm tapping into is in Chicago When I press Ctrl-F5 in the Visual Studio 2005 a blank Internet
1
2888
by: ASF | last post by:
I have a 2.0 framework page that has several texboxes, a gridview, and a sqldatasource. The user enters criteria in the textboxes, clicks a button, and the gridview displays the appropriate data. VERY simple. Recently I started a new web site in VS 2005 and created a Master Page. I took the search page above and converted it into a content page. Suddenly it doesn't work properly. The gridview still displays data according to user...
3
4651
by: Bill | last post by:
I have a report with a text box named Discount. If this text box shows a value of 0, I do not want the text box to be visible. I have tried the following code, but it disables the control even when the value is greater than zero. My IF statement seems to always be true. Also, I can't find a value property for the text box. I have searched and can't find the answer via Google. Thanks.
2
1120
by: Don Miller | last post by:
I have controls (dropdown list, radiobutton list) that are bound to an SQLDataSource. In the SELECT statement in the DataSource configuration I have tried to include other columns that would be useful to do something with (e.g. store in an object, textbox, etc.) besides just populating the databound control. Is there way to access these extra columns in a SQLDataSource or do I have to forget the DataSource control, query the database and...
2
6752
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">
2
5511
by: makennedy | last post by:
Hi Experts, Please help, I am a newbie to ASP.NET 2.0 may be I am doing something wrong or there may be a bug somewhere. Basically I have a TreeView Control which I have created programmatically. And I want to bind the selection of a TreeNode (which is a record) from the database) to a DetailsView which shows the datatable record for the selected TreeView node in the Details View. I am using IDE : Visual Web Developer 2005 Express; OS=...
0
1036
by: Ryan Liu | last post by:
Hi, In VS 2005, in design view, if I put a lable on a windows form, and set label Text to "", then this label will totally invisiable. This is right at runtime, but I remember in VS 2003, it used to show a place holder. Without it, really hard to know there is a lable on there. I am using Simplified Chinese version since I guess it might has better support for Chinese characters I used in my application.
0
9420
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
10035
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9984
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
9851
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
8863
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...
0
6662
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();...
0
5441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3949
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
2
3556
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.