13,936 Topics

Member Avatar for
Member Avatar for mystic2230

Hi, I have created one menu user control. This contorl is referenced by all the web pages part of the web application. The issue i am encountering is that wheni refer this user control and then click on any button, there is no action happening. e.g I have a button …

Member Avatar for guru_sarkar
0
74
Member Avatar for anishmohan

Hi, I need to export huge amount of data from ado.net datatable(which i get by db query) to excel. I tried the following way : 1. Create excel object with workbook/worksheet @ server side...and use memory stream to write whole document to client side. But this gave me "out of …

Member Avatar for Ramesh S
0
217
Member Avatar for NiravGandhi

Hello, I have developed Mobile Application using .Net Compact Framework & SQL Server CE. Now i want to deploy it with prerequisites of (.Net Compact Framework & Sql Server). I have cab files for that. So what are the steps/Method to create setup which will also install Framework and SQL …

0
63
Member Avatar for papanyquiL

Hi everyone, I'm looking to start prodding around into the world of web development, and I have some minor experience, but I'm not sure what the preferred tools of choice are. I can make basic sites using Microsoft Expression Web Developer, as well as Visual Studio's accommodated ASP.NET. I've found …

Member Avatar for rajarajan2017
0
133
Member Avatar for norz

i am a student...i am zero knowloedge about sql neither c#.my job is to build a database.i dont really know how i can do it and how to do it?i had tried a tutorial for c# from other website but the tutorial using sql 2005.but i had download sql 2008.i …

Member Avatar for DanielGreen
0
144
Member Avatar for vijen323

How to create blogs in ASP.net home page. If you provide details then it will good for me..... Thanx,

Member Avatar for Ramesh S
0
153
Member Avatar for newtonvlm

I Add hyperlink control in dataGrid in SilverLight but when i click the hyperlink control the page is not getting navigte?........

Member Avatar for kvprajapati
0
48
Member Avatar for sathya8819

hi, i would like to do a project where I have to detect the characters of a captcha image.. any ideas

Member Avatar for kvprajapati
0
83
Member Avatar for omotoyosi

Hello all, i have a table of five row with an image button on all the rows if the image button is clicked i want a row to be created below the row that the user clicks e.g if the user click the image button on row 2, row3 should …

0
64
Member Avatar for shine_jose

Hi, I wish to save a text file to the client system.i had try ed in my desktop its working fine when i run from server its showing error this code i had given and each client system there is a folder name FCR. fs = new FileStream("d:/FCR/FCR" + strdt …

Member Avatar for Geekitygeek
-1
143
Member Avatar for nyagei

I am developing an application in asp.net to run on face book. I want to prompt the user to grant various permissions on first login. this is my sample code: [code]List<string> list=new List<string>();[/code] [code] list.Add("publish_stream");[/code] [code] list.Add("email");[/code] [code] this.Api.Auth.Permissions.BeginPermissionsMode(); [/code] [code]this.Api.Auth.Permissions.GrantApiAccess(this.ApiKey.ToString(),list);[/code] [code] this.Api.Auth.Permissions.EndPermissionsMode();[/code] some error #100 is occuring. Is there …

Member Avatar for nyagei
0
115
Member Avatar for ashishparihar

Hello All I have been created a full Employee Mgmt. web Application . Application name is MyEMS with Database DBEMS Now I want to create a set up ( like any product set up ) Which can be able? • To install application • Create database • Set IIS settings …

Member Avatar for customercare
0
193
Member Avatar for hk.daxini
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
68
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
93
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
159
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
227
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
102
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
119
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
67
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
97
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
75
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
75
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
60
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
102
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
63
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
109
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
102
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
90
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
114
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
102
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
74
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
63
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
91
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
106
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
62
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
201
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
46
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
105
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
84
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
96
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
104
Member Avatar for fdhdsr

Hello. if someone could help on this problem please.. I have a griedView that renders books from a database. In each line a DELETE/EDIT button is rendered. I want when the user clicks the EDIT button, the CANCEL,UPDATE buttoms to appear and the EDIT buttton to become disabled.. I though …

Member Avatar for reach_yousuf
0
139
Member Avatar for anup.maverick

Hi, I want to pass a value from one page to another(say from page1 to page2) & the same value again to another page(say page3). What is the best way to do this in vb.net. Query string, Session Variables or any other method? Thanx “Peace comes from within. Do not …

Member Avatar for reach_yousuf
0
103
Member Avatar for bharanidharanit

Hello, I am having 3 pages default.aspx, default1.aspx and default2.aspx Default.aspx is the home page. When i click default2.aspx, it must check whether i have logged in, if not it must redirect to a login page(default1.aspx)

Member Avatar for bharanidharanit
0
108
Member Avatar for konczuras

Hello, I've got some weird database issue, and I can't figure it out myself, so I'd like to ask for your help. My problem is the following: I've a working ASP.NET solution which relies on a MSSQL 2008 database, Express Edition. Now, I'm working on a WPF version of the …

0
92
Member Avatar for praisethelord

I have asked the same question in asp.net forum, there are 4 days past, I still didn't get a solution. I try here and hope to gte help. I have a nested gridview in an update panel. I need to pass two boundfiled values from child gridview gdDetail through CommandArgument …

Member Avatar for praisethelord
0
807
Member Avatar for t1g3r

I created a personal website using the Microsoft personal website starter kit ([url]http://www.asp.net/downloads/starter-kits/personal/[/url]) then tried to run it in Visual Web Developer 2008. When I did so, I got the error msg shown below. My OS is Win XP Home and I am running Visual Web Developer in an admin …

Member Avatar for t1g3r
0
107
Member Avatar for airnorr

Please guys ('am new to asp.net/vb.net') I want to know how I can code to view images from different folders, as you can traditonally view from your system '~\my documents\pictures'. I have searched for components but couldnt find any suitable one

0
60

The End.