13,153 Topics

Member Avatar for
Member Avatar for dskumar_85

hai friend's i am creating one talbe it consist of pay 1,pay2,pay3 in earning colume and i want ot display this total in one lable and in other colume the Deduction's LOP and some other field's now i want to calculate this deduction , in final i subtract tis earning-deduction=Net …

Member Avatar for kvprajapati
0
66
Member Avatar for kanuri1

hi frnnds, iam raghuram, i had got a problem .when iam inserting the values in database ,it will not inserted. i had done the coding ,but it doesn't show any mistakes. while inserting the data it will show error on [U]insert.executenonquery()[/U] so i requested pls give me the coding of …

Member Avatar for nyagei
0
91
Member Avatar for sathya8819

hi, I am creating an application in visual web developer using c# language. I need to create a login page. i have written the following code : [CODE]protected void Button1_Click(object sender, EventArgs e) { int flag=0,count=0; string uname = TextBox1.Text; string pass = TextBox2.Text; start: TextBox3.Text = flag.ToString(); OleDbConnection dbconn …

Member Avatar for kvprajapati
0
153
Member Avatar for bharanidharanit

Hello, How to show a table on mouse over an hyperlink in asp.net? Initially while page loads the table must be hidden, and when on mouse over it must be seen?

Member Avatar for bharanidharanit
0
220
Member Avatar for bharanidharanit

Hello sir, In a label i am having data like this 12/9/2009. With split function i splitted numbers as 12, 9 , 2009. I want this numbers to be stored in LabelArray as Integers Label1 = 12 Label2 = 9 Label3 = 2009 So i used this coding, but with …

Member Avatar for bharanidharanit
0
98
Member Avatar for benk1

Hi, I'm creating a simple form where you select a company name from a dropdown list, and you can then update the values associated with this using textboxes and a submit button. The dropdown works fine (it shows all the companies in the database) and the submit button submits data …

Member Avatar for benk1
0
113
Member Avatar for bharanidharanit

Hello sir, In Datalist, the datas are bounded from Accessdatasource. Accessdatasource contains StudentName field only. I create itemtemplate field with checkbox. Now When i click a button, the StudentName must be written for the checked one's from the checkboxes? Thankyou

0
64
Member Avatar for Ana D.

Hi, In my page I have a checkBoxList and I need to select all items that has an specific word. Let's suppose my CBL is: VB.NET C#.NET Java2SE Java2EE And suppose that I need to select only the items about .NET (the items that cointain the string ".NET"). How can …

Member Avatar for brigzy
0
1K
Member Avatar for shine_jose

I wish to test run my newly designed web site from server now its in desktop system please help me.

Member Avatar for djzia
0
94
Member Avatar for bharanidharanit

Hello, I am using Visual web developer 2008. I am using AccessDataSource and i connected access database with that. Now on my login page, i am having 2 text boxes (UserName and Password) and a login button. So when i click login button, those 2 fields must be checked with …

Member Avatar for bharanidharanit
0
73
Member Avatar for RAMAN2233

How to store list item in order of the listitems selected? Ex: Hindi,English,Telugu,Social............ these are items in checkboxlist, now when i select telugu that value should be stored as 1 and then if i select english that value should be stored as 2,so that we can know the order of …

Member Avatar for shibbard
0
73
Member Avatar for vijen323

I want to select one radio button from multiple radio buttons, but i don't want to use group name property and radiobuttonlist control. In C#,ASP.Net. Plz, Help me.....n Thanx in advance

Member Avatar for kvprajapati
0
57
Member Avatar for rajdeep_7

I am developing web application using Dot Net framework 2.0 On client side i am creating HTML `elements(DIV,TextBox)` at runtime using Javascript. But i am not able to access them on server side using C#. How to access dyanamically added elements on server side? In some other function i can …

Member Avatar for kvprajapati
0
100
Member Avatar for ajijacobm

hi, i have to do a web based project with ASP.NET,C# and SQL. i don't know much about doing projects. Please give me some sources sites so that i can learn by myself. ALso please give me site so that i can get a list of project names.

Member Avatar for chandru7
0
60
Member Avatar for Kusno

dear all, I created a web user control for date picker with VB.Net language. To use that control, I dragged that file into my forms. Now, I want to put it in ToolBox control... Does anyone know how to do that? What is this code function ? [CODE]<DefaultProperty("PagingText"), ToolboxData("<{0}:PagingTextBox runat=server></{0}:PagingTextBox>")> …

Member Avatar for chandru7
0
107
Member Avatar for jrm5f2

Hello, I am trying to post data from one page to another, I keep getting an error message every time I run the code "Object reference not set to an instance of an object.". Please help [CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If …

Member Avatar for Sals
0
97
Member Avatar for anup.maverick

Hello, I am storing an Image name as a value in session variable on Page 1. Now on Page 2, I want to use this session variable value in the <table background="Session Variable Value"> How to achieve this. Thanx for help "You will not be punished for your anger, you …

Member Avatar for Sals
0
86
Member Avatar for mIssy_ricco

I found a few where they past the item instead of the value. i want the value to be passed. for e.g [CODE]<asp:CheckBoxList ID="cblPlanets" runat="server" Width="109px"> <asp:ListItem Value="1">Mercury</asp:ListItem> <asp:ListItem Value="2">Venus</asp:ListItem> <asp:ListItem Value="3">Earth</asp:ListItem> <asp:ListItem Value="4">Mars</asp:ListItem> <asp:ListItem Value="5">Jupiter</asp:ListItem> <asp:ListItem Value="6">Saturn</asp:ListItem> </asp:CheckBoxList>[/CODE] and i want it to display You selected: 1 2 3 …

Member Avatar for mIssy_ricco
0
110
Member Avatar for Firethorn

Im using regex to pull an image url from a site and would like my site to display the image from that url. Anyone have an idea on how to do this since setting the image url to the response url isn't working?

Member Avatar for privatevoid
0
99
Member Avatar for dskumar_85

hai i want to know that how to compare the two srting's ... i mean i have a date in string 1 and in the second string i have other date now i want to compare by operant <,>, i convert that string to int but it through error

Member Avatar for privatevoid
0
71
Member Avatar for anup.maverick

hi, I have a table & I am placing a background image to the table, but the problem is that the image is very big & i want to fit it in my table background. How can this be done???? Thanx.. “Ask and it will be given to you; seek …

0
61
Member Avatar for gvk

in my login form ,i have two textbox one for username and the second one for password . both are watermark. the username watermark textbox is having textmode = text the password textbox is having intially textmode=text but onfocus i want to change it to passwordmode i dont want to …

Member Avatar for Ramesh S
0
90
Member Avatar for amrish_deep

All, I am currently trying to implement Global Exception handling in a website and ASP.Net is throwing a File Not Found exception all the time. I did some search in this regard and the issue is still not solved. I kindly request some one to guide me in solving this …

Member Avatar for Ramesh S
0
102
Member Avatar for styles_p

[CODE]<?xml version="1.0"?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" assembly="HibernateCollaborator.Core" namespace="HibernateCollaborator.Core" default-access="property" default-cascade="none" default-lazy="false" auto-import="true" > <class name="ProjectRole" table="ProjectRoles" lazy="false"> <id name="ID" column="ID" type="Int32" unsaved-value="0"> <generator class="native" /> </id> <property name="Name" type="string" length="30" not-null="true"> <column name="Name" sql-type="varchar" length="30" not-null="true"/> </property> <property name="Permission" type="byte" not-null="true"> <column name="Permission" sql-type="tinyint" not-null="true"/> </property> <bag name="ProjectParticipations" lazy="false"> <key column="PRoleID" /> …

Member Avatar for kvprajapati
0
59
Member Avatar for creativz

Hi, I am using sql data base the image save in database but it doesnt get viewed in data grid view though rest of the items are viewed. Please help me to come out of this solution. Regards Creativz [code] using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; …

Member Avatar for kvprajapati
0
198
Member Avatar for surendra1249

sir I want to login form in asp.net with vb in 2010 version and data base connections also in sql server

Member Avatar for kvprajapati
0
44
Member Avatar for vikas05nitb

hi guys, i am developing a matrimonial website. i have to write code to show profile of paid members and unpaid members, it should be thumbnail photo retrieved from database with caption like friend list shown in orkut.com.. guys please provide code in c#. thank you in advance...!!!

Member Avatar for djzia
-1
103
Member Avatar for Firethorn

--Im having issues using a master page and im hoping for some insight. What i want to do is have a common background image across all pages that are on my site. --When i create a master page and set the background image to the appropriate image (stored on the …

Member Avatar for djzia
0
81
Member Avatar for algo_man

Hello, I'm new in ASP.NET environment. I'm using text boxcontrol with multiline properity to add description of product into my MS access database. My question is, when I print the data from DB the description is printed in one line not in multiple lines!!! How to solve this problem?

Member Avatar for djzia
0
92
Member Avatar for fembiz

Hi guys, I don't know if anyone out there can help me with this. I will start of by explaining exactly what I am doing. I am currently developing a web based online examination system in ASP.net. Now I have set it up and it works perfectly except for one …

Member Avatar for reach_yousuf
0
102

The End.