13,153 Topics

Member Avatar for
Member Avatar for aideveloper

I have a Dropdown with two values "P" and "Q" with AutoPostBack= true. I have another Custom WebControl called BDTextBox, this custom textbox have a Boolean property called LabelMode , on setting it to true would render the textbox as label.This LabelMode Property is set using ViewState and not using …

Member Avatar for aideveloper
0
99
Member Avatar for RonnyProgrammer

Hello Everyone again, I would like to ask if anyone can give a quite a good knowledge about Web design .I mean, I know html ,css and basic levels of asp.net . i can create websites but when i see them web world, like this website and big big website, …

Member Avatar for jbisono
0
147
Member Avatar for jellybeannn

Hi everyone, I've got a DepartmenstList and CategoriesList user controls, which works with stored procedures, when the a department is selected, only then is that departments categories listed. What I need help with is, when a department is selected I want the categories to display as a submenu to the …

0
61
Member Avatar for lee.j.baxter

Hi everyone, I'm using WPF to make a nice UI for a completely automated system (to the point where there are no interactive controls what-so-ever) that downloads media from the net and learns from it. I've got a class that I've created which acts as an entry point to the …

Member Avatar for Geekitygeek
0
578
Member Avatar for L0u3

vb.net: I have a task to take the given xsd file and use that to validate my generated xml file. But now this xsd file has complex type attributes and I cant get to append this complex type to my declared xmlnode. [U]My Code:[/U] [CODE]Dim namespaceURI As String = "http://www.blabla.za" …

Member Avatar for L0u3
0
171
Member Avatar for DevC++4.9.9.2

Hello, I am working with visual studio 2008 and an external website host. The real issue is that I am trying to add a "data connection" from the mysql server on my host to visual studio. On the website host mysql is already installed and running, a Database has been …

Member Avatar for kvprajapati
0
87
Member Avatar for RSP86

[b]Split from - [url]http://www.daniweb.com/forums/thread91396.html[/url] [/b] im having the same problem with this right now, ive been able to add it into myown form but not been able to create new database items such as names and things like that. ive tried using the same style of SQL statements but nojoy …

0
60
Member Avatar for TotoTitus

I have an asp FileUpload and an asp Button on a page. When i click the button, i want the bytes of the file which was supposedly uploaded to be stored in a session variable. Only problem is that they aren't stored. How should i do this? There's also a …

Member Avatar for TotoTitus
0
3K
Member Avatar for akdavid22

can anybuddy help to sort out my problem in .net actually i m beginner at this platform facing a very crucial error i think so i m making a web page connectivity to sql database for inserting the data......... my error name: Inserting is not supported by data source 'SqlDataSource1' …

Member Avatar for shanboy
0
168
Member Avatar for jellybeannn

Hi everyone, I've got a DropDownList in Product.aspx when the add to cart button is pressed the value selected is passed onto a stored procedure. What I need help with is in ShoppingCart.aspx I want the selected value on the previous page to be the index on this pages DropDownList. …

Member Avatar for Ramesh S
0
116
Member Avatar for srsackman

Hi, everyone. I am having difficulty with the following: I have a form with several RequiredFieldValidator controls on it. My user can take path 'A', down which all of these apply, or path 'B', down which only [I]some [/I]of them apply. How can I 'disable' some of my validators (not …

Member Avatar for Ramesh S
0
83
Member Avatar for andy0787

Hi i hope someone maybe able to help me as i've been trying all sorts of things to get this to work for days now...your my last resort. i have a gridview that displays picture that are uploaded by users...my problem if a user uploads a picture. it won't show …

0
38
Member Avatar for all star

Hi. I m having trouble with a small method I wrote. Would be nice f someone can help me. this is my method:- [code] public IQueryable getCustomerOrderList(DateTime dt) { var customerList = from p in dc.CustomerOrders where p.OrderDate == dt && p.OrderStatus == true select new {p.aspnet_Membership.aspnet_User.UserName,p.OrderNo,p.OrderDate,p.Note,p.DeliveryStatus,p.DeliveryTime }; return customerList; …

Member Avatar for all star
0
80
Member Avatar for Artxep

[b] Split from - [url]http://www.daniweb.com/forums/post1150948.html[/url] [/b] I am having the same error [QUOTE=lqdo;874605] The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found. [/QUOTE] Could you please give more information how to solve this problem. [QUOTE=lqdo;874605] I have figured it out. I was running the webpage …

Member Avatar for kvprajapati
0
629
Member Avatar for maria_mj

I am developing a project in ASP.Net. How to retrieve data using C# from certain table (SQL database) based on user_id after user log in. And how to display the data into text box and label after user click Show button?

Member Avatar for kvprajapati
0
118
Member Avatar for teh_m

I am developing a project in ASP.Net using C#. I don’t know how to take data from other table (SQL database) in the same project and save the data into another table using C#. Let say that I have two table that is registration and user. In the registration table, …

Member Avatar for teh_m
0
111
Member Avatar for kanuri1

hi i wants to create an dll file for displaying selected data form database by using a gridview. for this iam creating a dll file , in that how to declare gridview1 ,,,, here my codeing is given below ..... please correct errors.... [CODE]Imports System Imports Microsoft.VisualBasic Imports System.Web Namespace …

Member Avatar for kvprajapati
0
99
Member Avatar for journalist

Hello Developers, I'm trying to build a news website in my own language (not english) in asp.net. Is there any article or magazine which u can send describing how to develop a news website in asp.net. I was trying to develop some parts of the site but I'm stuck now. …

Member Avatar for kvprajapati
0
53
Member Avatar for shanboy

I,m a novice in ASP.net programming. I wonder how to use functions and events associated with each control. I have seen few books and couldn't get it. Can anyone help me out.??

Member Avatar for apegram
0
129
Member Avatar for BDS_AT

Hi all, First time poster, but I'd like to ask a simple question in ASP.NET C#. I have a function that sends queries to an SQL Server. It takes a while, so I'd like to display the details to the user. Something simple, like "Sending x out of 12345 total …

Member Avatar for BDS_AT
0
115
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
478
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
280
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
142
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

The End.