Luck PostAt:Fri, 26 Dec 2008 23:09:21 GMT Hello All, How can I have 5 random images picked from ~/images folder (on page refresh) and have them scroll horizontally as http://www.howstuffworks.com/ . Please view the attached image. Thanks. - DavidPS: For AJAX method of doing this check out the following links - it is very fast ...
more >> Jess PostAt:Fri, 26 Dec 2008 18:59:42 GMT Hello Everyone,I have c# asp.net 2.0 web aplication in which i used to store values in sessions which i could use through out the life cycle of the application. It used to work fine in my local web server but when i tested in web server there session variables used to get lost in between. SO then ...
more >> jing PostAt:Fri, 26 Dec 2008 17:00:06 GMT Hello,I was mostly using panel control inside UpdatePanel to show/hide sections without refreshing entire page.I tried the same thing with DIV runat="server" component.I am not completely sure but DIV thing renders quicker.Will I lose any functionality if I replace all my server-side ...
more >> Luck PostAt:Fri, 26 Dec 2008 13:15:43 GMT Hello Everyone,i'm having a gridview wich list clients details. i have setup a search text box and a dropdownlist for filtering. Everything is working except when i try to navigate the next page....i'm getting the filter results and not the search ones....i have created a Hidden control ...
more >> powerZ PostAt:Fri, 26 Dec 2008 12:43:26 GMT Hi All,I have a search page for my users where my users can search for relevant information by keying in the word in the search textbox. Once the Search Button is pressed, GetResults function will be called. This is working fine when the the Search Button is pressed. However, when my users press ...
more >> Robert PostAt:Fri, 26 Dec 2008 11:42:24 GMT Is there a way for a JavaScript to get the selected value of the RadioButtonList that's inside RadAjaxPanel? I've tried some of the following but it returns weird values:if ('<%=this.rblAppointmentRole.ClientID%>' = "3" ) { .... }Bacically, it's a ...
more >> powerZ PostAt:Fri, 26 Dec 2008 09:26:09 GMT Hi,I'm using Microsoft visual studio 2005 and created a small web application using C# language. It contain some check boxes to click, a submit button and a close button. I completed almost all the part except the close button..here is the codefile.aspx: <td ...
more >> allen PostAt:Fri, 26 Dec 2008 07:24:47 GMT Hi i am new at csharp .NET. I am trying to make a website. I put a 2 textboxes and a button and a label in a panel in masterpage and my goal is when user enters the right infos into these textboxes panel's visible becomes false and in new panel a label says Hello User. I want ...
more >> Linlin PostAt:Fri, 26 Dec 2008 06:35:02 GMT Hi allI have developed an online testing system, Its time based test, I used AJAX TIMER to show the user that how much time left for the test, But when AJAX timer refresh in every sec, it makes problem, I Want a timer class which dont use the AJAX timer But its a timer itself, ...
more >> sun PostAt:Fri, 26 Dec 2008 04:29:40 GMT Hello,I have a webform and wondering how ?How do you validate: 1. checkbox, 2. DOB 3. radio button ? I cant seem to use the validation controls. The only option seems to be using ajax. Is this suitable ? or is there other ways around this ?ThanksEhi ...
more >> jing PostAt:Fri, 26 Dec 2008 04:12:41 GMT Can someone help me out. I am maintaining some code and I don't know what it does. Below is the code. It looks like they are creating event handlers for some drop down list controls, but I am not sure.I see the word Delegate in the code. I have hear of the event delegation model. I don't ...
more >> kangshifu PostAt:Fri, 26 Dec 2008 04:03:28 GMT I need something like this:<asp:BulltedList...> <ListItem><asp:HyerLink...>Link1</asp:HyperLink></ListItem> <ListItem><asp:HyerLink...>Link2</asp:HyperLink></ListItem> </asp:BulletedList>The problem is the ListItem takes ...
more >> Robert PostAt:Fri, 26 Dec 2008 02:16:08 GMT Hello Friends,I am working on a web application using ASP.NET 2.0 and Visual Studio 2005 with C#. In my application for e.g. I have to edit user information for that on edit page I edit the information and click on "Update" button and after update click the user will be redirected ...
more >> powerZ PostAt:Thu, 25 Dec 2008 23:08:10 GMT I have a dropdownlist and I would like to bind the data to it in C#.I am using a dataAdapter with a stored procedure. The stored procedure will only return one column "userID".I would like the ddl use "userID" as the value field and use another variable "user's ...
more >> powerZ PostAt:Thu, 25 Dec 2008 19:30:36 GMT Hi, I am wondering how do we create dynamic Dropdownlist AND get the selected value when a server control button is clicked? It seems to lost all the Dropdownlist controls on postback ... ...
more >> ouben PostAt:Thu, 25 Dec 2008 15:38:32 GMT hi alli am using a checkbox to hide and show a few panelsthe problem is that it works fine in internet explorer 7but not in firefoxinstead of hiding two panels get superimposed over each otherbut still is perfect in ieI am having similar problem with Ajax collapsible panel. there the ...
more >> liangsd PostAt:Thu, 25 Dec 2008 13:11:00 GMT I am testing out url mapping on an ASP.NET 2.0 site that only contains a default.aspx and a default.aspx.cs. All it does it displays a couple of messages. It runs okay if I don't have a Web.Config file and it also runs okay if I just have the default Web.Config that is created for the ...
more >> Dick PostAt:Thu, 25 Dec 2008 10:29:10 GMT Hi all,I have a 3-column table with a list of 25 questions in the first column.The second column is filled with 25 checkboxes under a 'Yes' heading and the third column is filled with another 25 checkboxes under a 'No' heading.The form emails fine when the submit button ...
more >> Luck PostAt:Thu, 25 Dec 2008 09:06:32 GMT Dear All,I have the problem which exists for several months and cannot find the solution in the web, I see others also have the same situation but they are also not solved.It is excel object which still remain in the process in the task manager in the server. Another project does not ...
more >> allen PostAt:Thu, 25 Dec 2008 08:18:05 GMT I have a form which is getting submitted on particular events and page content is changed along with a postback. Now if I refresh the page, the form is submitted again (and provided there is no condition to be checked for the next step in the flow...) the content gets changed as if some ...
more >> Bee PostAt:Thu, 25 Dec 2008 07:46:11 GMT Hi, When I debug my websites,It showing one error Error : It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. ...
more >> liangsd PostAt:Thu, 25 Dec 2008 05:36:30 GMT hello friendshow can i use multiple select of listbox1?i change single to multiple of listbox1 and postback =true from propertious of listbox1but i can select one item of listbox1.. what can problem be ?cheers ...
more >> ary PostAt:Thu, 25 Dec 2008 03:40:21 GMT Ok, I took this sample directly from the AJAX website, and for some reason it is just not opening or closing as it should. It displays all of the data on page load just as it is, but onclick does absolutely nothing.... This is the first time I have worked with this control - ...
more >> ben PostAt:Thu, 25 Dec 2008 01:25:02 GMT I am familiar with the <connectionStrings /> element in the Web.config. What I'd like to do is override this section in an alternate Web.config, located in a sub-directory. Ideally, the root Web.config would not have any <connectionStrings /> element (or would be ...
more >> windy PostAt:Thu, 25 Dec 2008 00:24:16 GMT Is it possible to hook up a function to some event on a page so that it will be called whenever ANY button is clicked?Ideas much appreciated. ...
more >> allen PostAt:Wed, 24 Dec 2008 23:27:08 GMT what is differents between response.write() and console.writeline() ...
more >> sun PostAt:Wed, 24 Dec 2008 22:17:43 GMT I have two text fields in a web form. One is called "Mobile" and another is called "Telephone". If either the field "Mobile" or "Telephone" has been filled, then it should pass the required field validation. The required validation will fail only ...
more >> ben PostAt:Wed, 24 Dec 2008 21:49:57 GMT hi,actually my problen is that first we bind the dropdownlist to database thats work fine but i want when we select particular record in dropdownlist crossponding we fetch some related recod in textbox. ...
more >> liangsd PostAt:Wed, 24 Dec 2008 20:48:52 GMT If thgis question has been answered before in a different poost then forgive me to ask again. I could not find anything related.I have page that does client side validation using javaScript. In that page I have a radiobuttonlist with a onselectedindexchanged method that I want this ...
more >> ben PostAt:Wed, 24 Dec 2008 17:22:35 GMT i have project document management system (DMS)e.g manager want to know about his companys. Each company uploading the document to server then the manager can see iti want to online open detete edit word document but now i want to know how i can open word document in asp.net ...
more >>