Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ASP.Net Programming Solutions: 151 - 175 of 12778
 
Hi, I've been browsing google and ex from last several hours but could not find a resolution of my problem. The problem is that when i place a gridview control inside an ajax toolkit update pa...
How we can hide values of variables in our querystring those are readable in the address bar? is there any way we can encrypt the url and when it is required we can de-crypt it also like yahoo...
I have a property DOB that is of type datetime newClient.Dob However I need to display the datetime as a date like 31/07/1955 But currently it displays 31/07/1955 00:00:00 How ca...
Good morning, I had a question about the ConfigurationManager class.  I was looking at an article today that was sort of nifty in that you could use asp_regiis to encrypt portions of your w...
is there a way in HTML to apply a line break style? I have a select box and a text box being served up by an ASP.NET web control, and I'd like to put a line break between them. I'm thinking...
Hi All - I just joined EE & this is my 1st question so bear with me. So far this is what I've done: I have WebPage1.aspx which has a link button to open a pdf in WebPage2.aspx. I'm passing...
Hi, I have an input tag of type text which i'm using for user input and then onKeyUp of the input I call a javascript function. Now I need to use the text of this input in my code-behind. B...
This is how I add new nodes and it works fine. Now I want to be able to edit and delete nodes based in the ID.  ------------------------------- CODE C# ------------------------------- <%...
hi. i added microsoft word object to my asp.net form. all thing was work good. but when i uploaded my web site to my server i recive this error: Server Error in '/' Application. ---------...
I've been reading on this and can't find anything on how to enter a record using the asp.net web form.  I see a few examples in C# but I don't see anything in vb.  Is this possible? I have ...
I've setup a gridview with extra fields in the footer to allow inserts.  My problem is, that if the dataset contains no records the gridview does not display and thus the footer does not, so I...
Hello Experts, From the code behind in 1 page, I need to open another aspx file in a modal window.   Thanks Howard
Hi there, I wanted to know the syntax for calling a js function inside an asp hyperlink control? Sean - thanks in advance <asp:HyperLink runat="server" Text="<%# DataBinder.Eval(Con...
The CalendarExtender control works as it should with one exception. When I trigger the click event, the calendar pops up BEHIND the other page objects. Thus, portions of the calendar are obscu...
in asp.net c# i try to get a value from a select statement SqlDataSource sqlDataSource = new SqlDataSource(); sqlDataSource.ConnectionString = ConfigurationManager.ConnectionStrings["Conne...
Hi Experts, I'm trying to open a connection to sql server using sqlclient class. I'm getting the following error: Keyword not supported: 'provider'. Description: An unhandled exception o...
we are using 1.0  and 2.0 frame work in one project. while reading blog files(document word,pdf...)  in oracle db for that, we should user oracle client. if I debug the to trace some error i...
I've implemented a simple soap extension to intercept the servers outgoing soap message stream and replace it with my own (code below). Everything seems to work in the code step through exc...
If I have an sqldatasource, a gridview, and then put a textbox on the page with a button next to it, is it possible to tie the textbox to the insert command of the sqldatasource and then execu...
Hello all, I'm building a website in ASP.NET 3.5, using C#.  I have downloads that are accessed on the site via a stream mechanism (instead of directly linking to the files) for tracking an...
Hello all, I would like to know how I can go about fixing the width of a specific column in my gridview. I needed a scroll bar for my gridview which I was able to get using "overflow:au...
Hi, when I switch on the debugger of IE7 I get the above error in ASP.Net. I'm running VS 2005. it gets the error on this line of code: Sys.WebForms.PageRequestManager._initialize('ctl00$Scr...
I have to say that ASP.NET is becoming a pain in the a.. I waste hours just trying to get simple tasks to work. Take for example this simple task: I want to convert this string: "3/12...
Hi I  need a textbox in a gridview control.I know how to place it.But i don't know how to bind data to it.And i also need to implement another functionality,which is on DOUBLE CLICK of tha...
Hello all, I'm having a problem here.  I try to build a website project in Visual Studio and it gives the following errors: ========================================== Error     1     Z:\website1\...