13,153 Topics
| |
Hello, I have many controls on my form ( textboxes, radiobuttons, dropdownlist, checkboxes inside gridview) i want to clear them all once the form is submitted. Please any one tell me how to do it? I am looking for somegeneric method which will help me to solve it... Awating response. … | |
Hello all, I have for two days now been trying to debug what appears to be a serious logical error in my code, now I think I need to make it public. I am working on a dynamically loaded user control, this usercontrol has two dropdownlists, followed by textboxes.The second … | |
I want to give different colors to alternate rows of listview Control in asp.net(c#). How can i do this? | |
Hi, I have table in Database and i need to get the get the values of column and check for the values. If the value in row of that column is null...the imagebutton in grid view should be disabled. I am unable to get the rows values. Can anyone help?? … | |
i m having a webpage which is having a gridview which is displaying data from database........now on the same same web page their exists some hyperlinks namely A, B ,C.....upto Z ............can anybody plz help me out on how to display the new data (clicking of hyperlink A result in … | |
Hi guys, i am populating a datalist with data from an SQL Server database, in the database images are stored in BLOBS. i am getting these images out using a handler. im populating the datalist with data from a table which contains the image and other attributes, which has all … | |
| I had created a report using Reportviewer control(VS2008+MS-Access), the report displays all the records from Access Db correctly but i need to sort the records and display. [B]Sorting by Date(Ascending) that too the records prior to Today's date should not be displayed[/B] Another query "Is it possible to edit and … |
[B]Hi All,[/B] I want to develop a web-based app for capturing data (by different usres), inform/notify reviewers of that data through email (novell groupwise), allow the reviewers to access and edit the data, and notify data capturer through email. My plan is to have the app on the LAN. I … | |
I am converting a xls to web form. THere are 4 fields and XX # of lines per form entry. Since the number of lines are variable I want to have an "+Add Line" Button to add a line of txt boxes to the form. I have gotten it to … | |
I have a web application that links to Microsoft Access and opens one of five databases depending on which button is clicked. I coded it on my machine in Visual Web Developer 2008 and it works exactly as expected when ran on my machine, but when I move the files … | |
Hello Friends, I am learning to code in ASP.Net (so forgive silly errors!)... Presetnly trying to perform the functions of edit and delete using Repeater. The Code is: Libraries that I am using [CODE] using System; using System.Collections; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Web; using System.Web.Security; … | |
Hello All, I have a problem in a project i am doing. Can any1 please help me in this. I have a drop down list as follows : [code] <asp:DropDownList ID="PostActionDDL" runat="server" EnableViewState="false" OnSelectedIndexChanged="activeRegistrant_SelectedIndexChanged" AutoPostBack="true" > <asp:ListItem Value="0">Select an Action</asp:ListItem> <asp:ListItem Value="1">View</asp:ListItem> <asp:ListItem Value="2">Delete</asp:ListItem> </asp:DropDownList> [/code] And i have the … | |
I am using the .Net 4.0 and excel 2003 How can i use an oledb connection to retrieve the cell format of an excel spreadsheet... I specifically want to find out if a cell column (or cell itself) is in a numeric percentage format. I cannot seem to find this … | |
Pls give example code for ASP.Net 2.0. | |
how to use marker in java script using C#. net | |
Hello all, i developed an asp.net application which is running very well from source. But after publishing on the same system it hangs. What could be the problem | |
Hi, I need to know to get current online user list. How can I achieve. I am using membership concepts that is asp login control. | |
in my application i m having 1 masterpage which consist of a menu bar........now for navigation purpose i need to pass query string from my normal webpage to the menu bar on the master.............. need help urgent......:S | |
tell me how to make a stylish login page like yahoo messenger i want to make an stylish log-in like yahoo messenger but how???? | |
Hi, I would like some advice on how to create a class to represent a one to many relationship in C#. i.e. I have a Customer and an Address table in my database. I also have a Customer class in my C# solution but how do I introduce the multiple … | |
Hi, I have a small application that reads an access database. I'm able to load the data, but it's in ascii. I created a function that does the conversion but for some reason I can't figure out how to implement it correctly. Where do I call the AsciiToString() function? Here … | |
Hello great programmers, i developed a dynamic application on asp.net using vb.net 2005 and its running perfectly on my system. After deploying / publishing it to 2003 server it hangs if called. What coould be the error ? What am i getting wrong? Wwhat do i do? | |
i tried installing aspnetflash from [url]www.aspnetflash.com[/url] in the process of installing, it always give me an error msg "CLOSE ALL.NET PROGS where as no program is open after installation i can't find the tool box on the Tool box menu am just confused. | |
I have big question about asp.net publish web site.... I am use vs 2005 asp.net with c# as code behind file... I was create web site,Then I publish this web site using solution explore "publish web site" tab... Then I create new virtual directory ,and set the parth,what i publish … | |
i have deploy my .Net web application. i can retrieve the first page that is the login.aspx page. but, when i click the login button, the error has occur. Execute Reader: Connection property has not been initialized. After user click login button from the login page, menu page should be … | |
I'm working on student project " Web directory " somethink like this [URL="http://www.hotvsnot.com/addurl/?c=7650"]http://www.hotvsnot.com/addurl/?c=7650[/URL] I want the site to be able to store new web sites when the visitor inputs it. But this is not the problem. When the visitors presses on the button process I want the system to fetch … | |
I have just started using Microsoft Visual Web Developer 2010 Express. I have noticed that the toolbar 'Text Editor' has no bookmarks for bookmarking points in ones codecode. Is this standard or are they hidden somewhere else? | |
I have a master page named "masterpage1.master". And a content page named "listTopic.aspx". Now there is one listview control on my masterPage called "listview1" "listTopic.aspx" uses "masterpage1.master" as its master page. Now i want the CommandArgument of listview1 when any item in listview1 is clicked. I want this commandArgument in … | |
[B]member can sponsor only 2 member in one leg if any member want to add more then 2 member, he create new leg creation of leg is UNLIMITED ANY LEG DIVIDED BY TWO PART LEFT & RIGHT[/B] how to calculate & reporting total member in GRID VIEW plz. plz. help … |
The End.