13,153 Topics

Member Avatar for
Member Avatar for laghaterohan

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. …

Member Avatar for dnanetwork
0
241
Member Avatar for ykel

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 …

Member Avatar for ykel
0
170
Member Avatar for MARKAND911

I want to give different colors to alternate rows of listview Control in asp.net(c#). How can i do this?

Member Avatar for finito
0
93
Member Avatar for Uzumaki52

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?? …

Member Avatar for prashantchalise
0
72
Member Avatar for deeptakshd

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 …

Member Avatar for prashantchalise
0
281
Member Avatar for loveforfire33

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 …

0
44
Member Avatar for b1izzard

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 …

0
94
Member Avatar for timon_IT

[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 …

0
50
Member Avatar for ramesh.singh255
-1
59
Member Avatar for MichaelWClark

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 …

Member Avatar for MichaelWClark
0
101
Member Avatar for leverin4

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 …

Member Avatar for Oxiegen
0
157
Member Avatar for eartherian

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; …

0
110
Member Avatar for laptop545

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 …

0
66
Member Avatar for guyanese4life

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 …

0
71
Member Avatar for rajabca
Member Avatar for farukdeni
Member Avatar for omotoyosi

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

0
65
Member Avatar for visweswaran28

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.

Member Avatar for dnanetwork
0
72
Member Avatar for deeptakshd

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

0
73
Member Avatar for devraj.sanjhi

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????

Member Avatar for dnanetwork
0
155
Member Avatar for cdgregory

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 …

Member Avatar for cdgregory
0
67
Member Avatar for lm111

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 …

Member Avatar for lm111
0
121
Member Avatar for omotoyosi

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?

0
61
Member Avatar for Enaks

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.

0
39
Member Avatar for iamchamith

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 …

0
72
Member Avatar for maria_mj

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 …

Member Avatar for maria_mj
0
957
Member Avatar for dimovdaniel

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 …

Member Avatar for kvprajapati
0
68
Member Avatar for Ari5555

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?

0
49
Member Avatar for MARKAND911

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 …

0
52
Member Avatar for suryansh4u

[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 …

Member Avatar for Dashi
0
107

The End.