12,085 Topics

Member Avatar for
Member Avatar for Dhammakirty

1.i have one dropdownlist for state names. 2. i have one button named refreshbtn1. i write function onClientClick for this button as function refreshing() { location.reload(); } when i select item from DDL & click button then Page refresh occured SO my problem is.... I NEED same index/Item/value of DDL …

Member Avatar for dnanetwork
0
67
Member Avatar for talullah

I am a graphic designer and I just put a website online for a client. Please be aware I’m a novice in coding so I might have done something wrong and am asking for advise. Check on [url]http://nancyweisser.com[/url] Everything looks fine in firefox but in IE6 movement between pages gives …

0
68
Member Avatar for snufse

I have two TextBoxes to determine date selections (from date and to date). I am using Calender and let user select the desired dates. I am using the <Calendar.SelectedDate> method and it works fine. However, is there a way where the user can drag the mouse to the selected TextBox …

Member Avatar for sdaaaa
0
241
Member Avatar for tuomari

I am trying to build an SQL query to compare date in my txtDate box to one in access database for my database search-page. I'm clueless as to which is the best method to do this. Obviously just comparing the textbox value doesn't work. This is my current if-function to …

Member Avatar for tuomari
0
141
Member Avatar for ariez88

We are implementing a storage virtualization system over Storage Area Network(SAN). Now we have to develop an application using ASP.NET.our first task is to open an FTP page in an HTTP page which will enable us to work on files and folders using HTTP. How to configure FTP server in …

Member Avatar for ariez88
0
68
Member Avatar for visweswaran28

Hi, I used in-built template, that is createuser wizard. In that, I am creating new user and after that I logged in using that newly created username and password.. No prob it works fine. But I want to know where the data is stored. I have searched in my sql …

Member Avatar for kvprajapati
0
79
Member Avatar for pragyabtech

The plight of 3rd yr training students...........to learn a new language and make a working model in 30days........Pls tell hw to proceed & which language vll b d best??

Member Avatar for kvprajapati
0
41
Member Avatar for srinivas_here

in global.asax: i given this code [code] public static int count = 0; void Application_Start(object sender, EventArgs e) { // Code that runs on application startup Application["myCount"] = count; } void Session_Start(object sender, EventArgs e) { // Code that runs when a new session is started //count = Convert.ToInt32(Application["myCount"]); count …

Member Avatar for kvprajapati
0
142
Member Avatar for MARKAND911

I have a small problem. I have got a fileupload control inside the update panel. and when i upload a file in it,it doesnt contains the file. if(fileupload1.hasfile) { } this statement doesnt get execution. the condition doesnt satisfies. so i got one solution for it.. Make the fileupload control …

Member Avatar for kvprajapati
0
111
Member Avatar for qasimidl

I m working with web parts in asp.net and I want to save my personal setting into db(sqlerver) how to use these methods or others which are present in sqlprovider 1) SavePersonalizationBlob 2) LoadPersonalizationBlobs etc Waiting and need help help it humble request

0
47
Member Avatar for mmatos

Hi there! Here's my situation: Our extranet and intranet servers are separated by a firewall. We do not allow traffic from the internet to hit intranet servers. For applications that need it, we allow traffic between an extranet server and an intranet server over a configured port. Example: We have …

Member Avatar for mmatos
0
122
Member Avatar for khaled_jawaher

i am writing an application on my pc to insert record on a microsoft access database on another pc that has static ip address remotely.i can ping the remote address of the pc that i want to access without problems.the access database is in the folder c:\inetpub\wwwroot\db.mdb. i have the …

Member Avatar for khaled_jawaher
-1
115
Member Avatar for smd5049

Hello, I am still pretty new to asp.net. I have a gridview bound to sql data and a footer that displays the summary info(totals of each column). The footer is populated in the Gridview.rowdatabound event. In my Gridview I am using template items with some columns consisting of textboxes to …

Member Avatar for reach_yousuf
0
531
Member Avatar for phoenix_dwarf

Hi there, I'm trying to create a regular expression in my ASP.NET (C#) page (using a validator controls). At the moment there are 3 different validators but i would like to try and combine them into one if possible, other-wise 2. Is there any body that knows how this might …

Member Avatar for kvprajapati
0
75
Member Avatar for manalibhadula

hi I have web form in asp.net Now in 1 link i want to generate a report of this form field's, so that it can get print by user. how can i do that?

Member Avatar for kvprajapati
0
69
Member Avatar for prabinyovan

hello All, Good Day to u all. I m new to .net. I just want to implement a stopwatch in asp.net. Can any one help? Thanks in advance.

Member Avatar for finito
0
873
Member Avatar for Tank50

Hi I created the web project using Asp.net.In that web site It read from database and show result in data grid.There is save button using that I can save it into excel file.the problem if I selected data with one month(20010-01-01 to 2010-01-31) ,then there are more data,but in data …

Member Avatar for Tank50
0
122
Member Avatar for Naters_uk

To make my site secure, i would like to track the ip address of my members to my transaction page. Is there any possible ways of achieving this? I came across many Javascript IP Address display, however they do not actually track or save the ip addresses.

Member Avatar for mfaisalhayat
0
170
Member Avatar for tractorguy

I'm looking for an inexpensive or free class over the internet to help me get started learning ASP.NET. Does anyone have any ideas?

Member Avatar for varaprasad.j
0
84
Member Avatar for iamchamith

I use asp.net with c#.net... My Question is...... I put the fileUplod tool & button to the asp page..at the run time..I was select some file using file Upload & then refresh the page or click the button,fileUploder become empty...how i keep fileUploader value until page submit Please help me

Member Avatar for kvprajapati
0
180
Member Avatar for vaibhav.s.jain

I have a tool which takes the data from the microscope. A user can do some edit work in the file and can save the file anywhere in the system at the place of his choice. Now, I want the file to be transferred automatically to the desired location. To …

Member Avatar for kvprajapati
0
47
Member Avatar for fadi-ft

hey guys, this is me once again moving around data access. my problem now hide in the import process of an excel file that would be inserted into sql db. the problem is the excel file may be updated or changed and i have to periodically import it and perform …

Member Avatar for kvprajapati
0
156
Member Avatar for sureshrajanmca
Member Avatar for grafiksinc

Hello all, First off I am using VB.net I have a dropdown list in the Item template. I would like the user to select a value and update the database without clicking an update button. Here is the Code for the DDL [CODE]<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource2" DataTextField="provider" DataValueField="provider" AutoPostBack="True" AppendDataboundItems="true" …

Member Avatar for grafiksinc
0
124
Member Avatar for rachS25

I am developing and asp.net project and have come across the problem that there appears to be a problem with one of my .dll files that has been automatically created- any ideas how I can fix this? thanks

Member Avatar for kvprajapati
0
58
Member Avatar for born star
Member Avatar for maria_mj

I have a gridview that was bounded to a drop down list. When a value is selected from a drop down list, the grid view will display only data that related to the value that is selected. But, data in the gridview cannot be edited. My problem is, i want …

Member Avatar for maria_mj
0
269
Member Avatar for xrunner

I have written a DLL which I intend to use in .NET and ASP.NET applications. I need to pass a Label (or TextBox) control to one or more methods. I can't make .NET recognize a Control as a parameter. Can anyone help? Thanks, Gerry

Member Avatar for xrunner
0
113
Member Avatar for vt10000

Hi. I have existing project written by someone else that utilizes custom User Control that among other things contains a GridView control. I'm working on implementing the bulk-edit function so that users can modify data in many rows at once and then update the database accordingly. My problem is that …

0
39
Member Avatar for Alex John

i am developing a web page... in that i hav added a coding like this... HtmlParser.parse(document, "Chap0702.html"); its showing an error like namespace required... wt is namespace to be included for this....

Member Avatar for kvprajapati
0
116

The End.