Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

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

 
Top ASP.Net Programming Solutions: 126 - 150 of 1942
 
I want to create a master page which is similar to the attached example. The master page contains several menus which are at the bottom of the image. Any sample codes to achieve it?   Thank...
I developed a module to generate reports for me. It worked when testing on my workstation but when I upload to the server it fails to launch excel. I went into Component Services and allowe...
I'm trying to insert details from a datalist in to an outlook public calendar on a button click, but I'm getting Object reference not set to an instance of an object error and I can't figure o...
I need some help on sticky problem using a GridView EmptyDataTemplate.  Currently, I have a web form that has 2 gridviews.  The first gridview passes a value in gridview 1 called SID from the ...
I have a TemplateFileld in the last column of a GridView.  This templateField is used to dispay a nested GridView.  Problem:  when the nested GridView isn't displayed, the column doesn't look ...
Greetings, I'm trying to learn how to use repeaters dynamically.  In the code below (markup and code behind) the repeater will display data that pertains to groups or in this case folders (...
How do I call a javascript function when the index in Radiobuttonlist is changed ? <asp:RadioButtonList ID="RadioButtonList1" runat="server"         RepeatDirection="Horizontal">         ...
i want to pass value from  .ashx to aspx how i did  this  i am using multiile uploding excample http://www.aspsnippets.com/post/2009/08/19/Multiple-File-Uploads-Gmail-Style-using-JQuery-an...
I have a FormView (frmvwMain), that in turn has another Formview (frmvwSub) nested within it. I need to reference a control that's in the EditItemTemplate of frmvwSub, but can't figure out how...
Code to create an Autosuggest Textbox as displayed in Google search box so that user should not have to scroll between 1000's of records..
I installed a .NET 2005 Windows service application at a client which does .net web service calls to our hosted server, running an ASP.NET 2.0 application with a ASMX web service published. Th...
On our website, I have a linkbutton which needs to be an imagebutton so I can use a graphical button instead of formatted text link. The code shows the original linkbutton declaration and its ...
Hello to all I was wondering how to do a simple task which is how do you insert multiple values into a store procedure. Before you guys start jumping ahead right now I'm trying to do a simple ...
hi i am using asp.net 2.0 c# I need to create a radio button list with some extra features.  I want a vertical list, to the right of each radio button i want to show an image button (which...
Hi Can any one tell me how to pass values from aspx page to user controls (ascx)
I have a function which is passed formatted text as type HtmlTextWriter. I try to do a watch on this, but can't see the data in it. How do I see what's inside a HtmlTextWriter object or var...
How do I raise a confirmation box when a user clicks on a radio button within a Gridview?  I have 3 radio buttons on each row of a gridview and when the user clicks the middle radio button, I ...
When I try to connect to sql server 2005 developer database from visual studio 2008, the test connection succeeds but  I not able browse the database. I get the follwoing error I have installe...
How would I be able to create a custom validation on a checkbox list - to check the total number of clicked items. I need to be able to pass in the total number of clicks because that would be...
Hi, I have 1 gridview (gvwComment) in another parent gridview. How do i access this child gridview (gvwComment)'s rowdatabound event from the parent gridview's rowdatabound event? See the cod...
I  use UpdatePanel and FileUpload  but when i get  fileUpload.PostedFile  alway be null and when i try add Triggers the page refresh i don't want it refresh
This is probably increadibly easy but I am really new on programming and can't get even this simple thing to work... I have a ASP.NET website that I have made with Visul Web Developer Expre...
I have a quiz pop up aspx page that requires student input answer. If the student closes the pop up browser without answering, it needs to do a postback to server to keep a record in DB. H...
Hi experts! I have a div floated in by an AJAX animation extender. Inside the div I have a table. In the table-cells I have some textboxes. And I have validators on them. (like email and year...
Hi Experts, I am getting an error on when I am trying to move my DNN install from Localhost on my XP Installation to my newely installed Vista Business machine. I had no issues on IIS 6 ...