12,085 Topics

Member Avatar for
Member Avatar for teh_m

I am new with ASP.Net and C#. I have problem with drop down list. How to declare drop down list and how to save user selection from drop down list into SQL database using C# ?

Member Avatar for jbisono
0
68
Member Avatar for shreesagar

i have the project in mcm Forum Managment System. but i dont know actually what i do or which modul i use or whitch type of forum managment system i devloped,please help me if you know about this project.my project submited date is20-3-2010,

Member Avatar for jbisono
0
44
Member Avatar for unknowndevil41

Hi friends i am trying to bring a data from the field in an checkboxlist. I have successfully done this. Now i am not able to get the values of selected items...........plz help me i am using following code to bind checkboxlist with my database [code] Public Sub getchkbox() Dim …

Member Avatar for jbisono
0
75
Member Avatar for poo020288
Member Avatar for kvprajapati
0
41
Member Avatar for s_sankari

problem: On the parent page, I have a textfield and an image icon.on clicking the image, a popup (child) should open. The child form has a textbox ,a listbox and a button Go. By default, the listbox should be populated with employee names. When the user types a letter, the …

Member Avatar for kvprajapati
0
471
Member Avatar for Rohith Reddy

Hello, I am currently using a datalist to update the database with a textbox control. The problem is that when I am pressing "Edit" and entering values in the textbox and when trying to update the database, the database is not getting updated with the entered value. Could someone please …

Member Avatar for kvprajapati
0
274
Member Avatar for maria_mj
Member Avatar for apegram
0
4K
Member Avatar for vvashishta

Hi all, I have used outlook 2007 to make a mail from one of my button event. The event in firing and working exactly when I make my VB.Net code debug (Outlook Interface opens as required). But I make the same code uploaded on Server and the on the required …

Member Avatar for vvashishta
0
141
Member Avatar for jasystweb

I am creating controls which are added to the page at run time. As these controls are added I separate them into a UL/LI list by injecting literals assigned as (<ul>, </ul>,<li>,</li>). The page in question uses a master page template. The ul/li function is called in the page_load event …

Member Avatar for jasystweb
0
243
Member Avatar for jass1

I have used datagrid to display questions I am to build answers pattern now I need to bind data with Labels to display answers On questions change means question selected answers should display according to Question only!!!! means on question change answers should also change

Member Avatar for kvprajapati
0
50
Member Avatar for xyn_81091
Member Avatar for kvprajapati
0
43
Member Avatar for c_rob

I am using Visual Studio Web Developer 2008, CSS 2.1 Browser Firefox 3.5.8, IE 6.0.2900 I created a master page following tutorials elsewhere and the problem mainly comes with the Menu bar, I created a custom menu bar to suit my needs, rather than using the inbuilt menu, but i …

0
93
Member Avatar for smilingeyes76

Good morning, I've searched the web for a week to find a solution to a problem, but I can't figure it out, so now I'll try to post directly what the problem is and hope that someone could explain me how to go ahead. I'm new to Asp.Net, and some …

Member Avatar for smilingeyes76
0
141
Member Avatar for kanuri1

hi anyone please give me the dll code for converting date format mm/dd/yyyy into dd/mm/yyyy. here iam using asp.net with vb.net... hi it was very urgent please help me.....

Member Avatar for kvprajapati
0
128
Member Avatar for DexterID

Hi, I tried so much working with this to get distinct Words and their count. I'm using ASP.NET 2.0. And i also googled so much. I need HELP from anyone to get the required output. 1)Ex(String): The DOTNET is Very Cool! The Best. 2) Capture all the sequences like Spaces, …

Member Avatar for kvprajapati
0
99
Member Avatar for PierlucSS

I'm currently working on some ajax polling stuff and I don't want do pass through all the process if nothing has changed in the xml file I'm using for my asynchronous process. However after each polling I want to set the value DateTime.Now, but cannot do it with [CODE]Request.Form[ "lastPoll" …

Member Avatar for PierlucSS
0
7K
Member Avatar for SANJISH

Hi, I am using the trace facility to find the viewstate size of controls on postback. I have added a label , a textbox and a submit button to the webform. However after posting my page and viewing the trace.axd page I find that the viewstate size bytes and controlstate …

Member Avatar for SANJISH
0
121
Member Avatar for anish.anick

Hi All, Please tell me how i can call a web service from an HTML page using javascript which works fine on both IE and fire fox.I was successful in calling a ASP.NET web service using javascript in Internet Explorer (using service.useService method).Unfortunately the service.useService method is not working in …

Member Avatar for kvprajapati
0
568
Member Avatar for planetcreate

Hi I am trying to use web services for the first time. I am using .net 2.0. I am tring to get what is essentially an array of data. This approach would work. [CODE]Dim test As New ArrayList test.Add("one") test.Add("two") test.Add("three") Return test[/CODE] The only problem here is that I …

Member Avatar for Ramesh S
0
113
Member Avatar for someoneelse

is there a way to set a set a dynamic page size for gridview? for instance, i am choosing 10 from the properites window for PageSize, but I would like to have a form field on the page where the user can type the number of records they would like …

Member Avatar for sarawuthappy
0
1K
Member Avatar for manish_partey

Hi, I want to read all content of PDF file including text and images in to the html file and after that i want to edit that html file and again i want to export that html file into the PDF format. Please provide me any help. Thanks

Member Avatar for Ramesh S
0
77
Member Avatar for cmouli

Javascript is not recognising any of the hidden variables on this web form. It simply reports them to be null. I tried declaring a new variable without "runat=server". No luck. <html> <head> <script language="javascript"> function Print() { alert(document.getElementById('hdnMyHidden')); alert(document.getElementById('hdnMyHidden').value); var strmyCodes = document.getElementById("hdnmyCode").value; var strmyDesc = document.Form1.hdnmyCode.value; alert(strmyCodes); alert(strmyDesc); alert('hello …

Member Avatar for cmouli
0
217
Member Avatar for arelius

Hey guys, When I bind my data to the GridView, it populates the GridView with the correct number of rows from the database, but the rows are empty. Do you know how I can get the data to appear in these rows? Please look at the attached picture to get …

Member Avatar for kvprajapati
0
140
Member Avatar for arelius

Hey Guys, I am new to ASP.Net and am having some difficulties with the properties window. I am trying to link a .css file to a master page through the Properties window. According to the book I am using to teach myself, it says that "at the top of the …

Member Avatar for arelius
0
72
Member Avatar for jsrdixon

Hi all, I am trying to produce a UML component diagram for a car rental service. Basically, customers can log onto the website and request a quote online. Then an employee will scan the companies and find the best quote, email this to the customer and it will be accepted …

Member Avatar for jsrdixon
0
92
Member Avatar for Archana.K

I created a form with two text boxes, when i reload the page those values are not getting refreshed.. Kindly help to clear the values of textboxes when the page is loaded. Option which i used Auto Post Back=False Enable View State=False

Member Avatar for YanivC
0
173
Member Avatar for jasystweb

I've been working on a class which when called pulls images (the actual byte) from one table and then the corresponding product information from another table in a MYSQL database. I then create a dynamic set of controls and add them to the layout. I wanted to place all the …

0
77
Member Avatar for vijay soni

I have created a dataset and from this I want to retrieve values of a column into a variable. How can I do this?

Member Avatar for rapture
-3
119
Member Avatar for coollife

I am trying to browse an image and i will search for the images with the same name in the folder called IMAGES . If it exists i just replace it when i run my project using Visual Studio its working fine and image is perfectly getting replaced when i …

Member Avatar for YanivC
0
85
Member Avatar for mrbool.newguy

The End.