13,936 Topics

Member Avatar for
Member Avatar for binoj_daniel

Hi, Can anyone help me with Inline Editing one row at a time Also inserting a row. Iam binding the gridview dynamically using C# codebehind with DataSet. I did not find any good posts on this. FYI: Iam calling a SP in the Business Layer to populate the Data in …

Member Avatar for binoj_daniel
0
89
Member Avatar for painthu

hi, I am trying to create a web custom control- a grid view that inherits from the system.web.ui.webcontrols.gridview class,, the functionality that i am trying to add to this custom control is-sorting with up and down arrow keys on the header, i found a control on the net that does …

Member Avatar for a496761
0
82
Member Avatar for sapamtiken

I have a web site [url]http://ssimphal.nic.in[/url] Here I want to have a feedback page and I want the comments to go directly in my hotmail email id instead of going to the database. Please help me with the code. I am using Visual Studio . Net. I am writing in …

Member Avatar for sebastian3
0
118
Member Avatar for bhavna_816

There is aspx page where I am displaying a GridView with some data about basic details about a person. In that GridView there is a hyperlink, which navigates to a new aspx page where I am displaying the detailed information about particular person in some controls like text boxes etc. …

Member Avatar for bhavna_816
0
129
Member Avatar for rashmigs84

hi all, Please can anyone tell how to create a custom tab control in asp.net 2005. please let me tknow the source code too. thank you.

Member Avatar for rashmigs84
0
77
Member Avatar for braineles

Hi, I am trying to create a menu list in asp.net 2.0 and want to use shortcut keys for the same. The menu contains links to other pages which i want to view. The back end is C#. Kindly guid me through the process of achevining the same. the code …

0
62
Member Avatar for serkan sendur

I dont want the windows media player automatically open the wmv files as streaming videos. I want the wmv links to open as download dialog boxes. I know one approach is to zip the wmv files but i dont want this. How can i achieve this?

Member Avatar for majestic0110
0
114
Member Avatar for toton

Hi, I have an application which sends emails for survey.These emails are coming from a particular table in database.Within that table email column consist several emails with different domains. Ex:toton@xyz.com,toton1@abc.com,toton2@def.com etc. now I have to send emails only in @xyz.com and @abc.com but not in the @def.com. Can any body …

0
84
Member Avatar for mzirino

Hi My Name is Marco I'm new to this forum. I'm a web developer who does a lot of work in C# and ASP.NET. I'm interested in OOP, open-ended software design, and mastering C#. Other than that, I'm a student and follower of Jesus, interested in world religions, music, original …

Member Avatar for Jx_Man
0
93
Member Avatar for sonia sardana

From form1 I m passing the values of two textboxes & on form 2 I m receiving it--- FORM1 CODE- [code=asp]protected void Button1_Click(object sender, EventArgs e) { Response.Redirect("default4.aspx?roll="+TextBox1.Text); Response.Redirect("default4.aspx?name="+TextBox2.Text); }[/code] FORM2 CODE-- [code=asp]protected void Page_Load(object sender, EventArgs e) { Label1.Text = Request.QueryString["roll"].ToString(); Label2.Text = Request.QueryString["name"].ToString(); }[/code] But the error is …

Member Avatar for sierrainfo
0
127
Member Avatar for ABDUL HAYEE

Hello! I have just developed, as an assignment , a small conventional website, commonly used for “Log in “purposes. User enters the UserID and password. User ID is compares from the customer Table, to verify, if the name already exists in database. If yes, he is directed to main page. …

Member Avatar for sierrainfo
0
61
Member Avatar for Yogesh Sharma

I try the foll. code--- protected void Button1_Click(object sender, EventArgs e) { int i; for (i = 0; i <= ListBox1.Items.Count - 1; i++) { ListBox1.Items.Remove(ListBox1.SelectedValue.ToString()); } } But it's not working.

Member Avatar for Jx_Man
0
282
Member Avatar for thakaresanjay

Web application installer gets intrruped wihout any error. Ask to restart the setup and agin the same eeror.

Member Avatar for jbennet
0
67
Member Avatar for u4umang2001

string abc="40+40*4.2%+120"; how can i get the result??? means it should be computed as::: double xyz=40+40*4.2%+120; how this is possible????

Member Avatar for sebastian3
0
75
Member Avatar for Raghu111

Hi all, I am creating a typed dataset in asp.net. One of the columns in the table is NVARCHAR2 (31), now when I create a typed dataset for this table the MaxLength property of this column becomes 15. But I need it to be 31 itself. I understand that NVARCHAR2 …

0
51
Member Avatar for sharif_mehdia

I am doing a project on asp.net.but problem is that i cannot connect database(ms access)from page.how can i get this connection?can any one send me source code to solve this problem?or give any better solution as soon as possible please..

Member Avatar for mkp007patel
0
58
Member Avatar for painthu

hi , i am trying to create a custom control- a grid view that is capable of sorting with up and down arrow keys...in the header, i did find relevant material on the net but u see,those things work fine when we use a datasource like an sql or access …

0
56
Member Avatar for nortcoll

I have created a search/results page in Dreamweaver 8 using ASP.NET that references a SQL database. Searches are done using HTML form. The dataset that I have created in dreamweaver quite happily filters the results but the page is pulling back all entries in the database. Has anyone seen this …

0
54
Member Avatar for cyberjoe

Hi, I would like to ask you what is the best way to localize applications in .NET 2.0 and how Microsoft do it in Vista? cyberjoe

Member Avatar for Byaptia
0
147
Member Avatar for macu

For the purpose of long running tasks in an ASP.NET application I've written some test code that I plan to use to fire off long tasks in another thread so that the web request can return. This is my first real world usage of multi-threading so I'm interested in any …

0
66
Member Avatar for sudhakary_rao

Hi I have one .aspx page and image.when i scroll down the page the image should come vertically down as page scrolls.

Member Avatar for peter_budo
0
69
Member Avatar for mythi

Hi I need to pass the co ordinates of the image present in one web form to another i tried it by using seesion variables but its not getting transferd help me with some suggestions

Member Avatar for majestic0110
0
90
Member Avatar for manikandanpk

Hi, I m new to this site . Im new asp.net. I want to know how to convert private assembly convert to shared assembly. Can u tell me anybody with good practical example. Advance thanks to every replier. Regards Mani

Member Avatar for majestic0110
0
153
Member Avatar for brightline

I've developed a setup project for my web project,but when trying to browse it from IIS the following error comes up: [COLOR="Red"]No connection could be made because the target machine actively refused it 127.0.0.1:1954[/COLOR] Line 582: public JudgmentsIndexes[] getParentIndexes() { Line 583: [COLOR="Red"]object[] results = this.Invoke("getParentIndexes", new object[0]);[/COLOR] Line 584: …

Member Avatar for majestic0110
0
97
Member Avatar for Samjonz
Member Avatar for majestic0110
0
104
Member Avatar for Narasimhan

HI Frenz, I need to know how to write coding for a button that checks the availability of the user... Can anyone help me with the coding?? Thanks....... Cheers Lakshminarasimhan

0
42
Member Avatar for SelArom

I have an xml documents that I need to bind using a repeater. This is to be a "preview" of a few rows of data with a "view more" link to see them all. Is it possible to do this using just one xml document? the xml file has about …

Member Avatar for majestic0110
0
345
Member Avatar for ryanlcs

Hi There I used to develop C programming some 5 years back using Visual Studio. Now I am on my way to develop C++ using Visual Studio .Net 2003. I started of to create new project, there are numbers of different type to choose (Win32 Console Project, Console Application (.Net), …

Member Avatar for ryanlcs
0
156
Member Avatar for sudhakary_rao

In my aspx page.background image should be static whereas my remaining functionality(i mean controls or anything) should be scrolling.How to apply this.

Member Avatar for sudhakary_rao
0
77
Member Avatar for nada fouad

i have a Project and in it i have Application Form u must fill it in the internet . it have many fields to put data in , and i want to take these data to my DataBase but in many tables . am going the Application Form with ASP.NET …

Member Avatar for nada fouad
0
276
Member Avatar for queenc

hi i am new to php i have a javascript function [code=JavaScript]function delayer(){ var useri = document.getElementById('userid'); var passwor = document.getElementById('passwords'); window.location = "https://website.com/login.aspx?OPFirmID=86&UID=useri&PW=passwor"; }[/code] below i have a html code for textboxes for getting tat value,i want to pass them to aspx page

Member Avatar for Nithya.G
0
88
Member Avatar for mythi

Hi While i am adding an new uer to my application it need to check with the database for the availability of that user name can anyone help me with the coding

0
50
Member Avatar for mythi

Hi I am new to the dot net field i need to do my login page in which i need to give specific home pages for admin and other users i dont know how to do it kindly help me with some code for authentication for different users

Member Avatar for mythi
0
72
Member Avatar for painthu

Hi, I am trying to create a custom web control that inherits from System.Web.UI.WebControls.Gridview I would like to add a custom template field which has label control showing serial numbers, i am able to add a serial number column during run time in a normal grid view, but i could'nt …

Member Avatar for painthu
0
70
Member Avatar for priyamsc

hi, I am working in Asp.net 2005 with c#. In that new datas will be entered in a web form. then tat datas will be shown in administrator form. so when ever the new entry(data from database) is coming in admin form that time beep sound or alarm should come …

0
71
Member Avatar for icarium

Hi all, i've been studying asp.net lately in order to built a website (obviously). and then i started to be aware of the php vs asp.net battle, the thing that most concerns me is the cost issue that all php users talk about. could someone tell me what costs are …

Member Avatar for ericstenson
0
83
Member Avatar for toton

Hi, I want to save and retrieve ListBox selected Items in Cookies...................... I can do this for single selection............... Can anybody help me to do it for multi selection...........ListBox contains multi selection facility.................If an user multi select from a particular ListBox the selected values should be strored in Cookies.And also …

Member Avatar for majestic0110
0
102
Member Avatar for RandyRich

I'm new to asp.net and I have an oracle stored function with 3 input parameters that returns a string. The function is one that validates a user. I want to validate my users from Oracle. I'm trying to use the sqldatasource component to interact with my stored procedure but I …

0
63
Member Avatar for bala24

Hi guys, I got this strange problem which I can't seem to solve. I have this Iframe within a webpage and I am opening another page within this. This nested page contains two drop down controls. The selection of the first dropdown populates the second with some values. The selection …

Member Avatar for majestic0110
0
68
Member Avatar for plusplus

I am looking for a visual studio tutorial, can you suggest one? I have expirience working in visual basic and was asked by my boss to learn asp.net. So I got visual studio installed, and read a few sites about asp.net. the idea of visual studio looks very much like …

Member Avatar for majestic0110
0
131
Member Avatar for sudhakary_rao

Hi i am having listbox,i want to open a new window after doubleclick of particular item in listbox in asp.net

Member Avatar for majestic0110
0
313
Member Avatar for sonia sardana

In Vb.net, I do it in the foll. way-- Dim value as string [U]Button_Click[/U] For each value in combobox1.items combobox2.items.add(value) Next But it is not working in ASP.net. Plz de reply back.

Member Avatar for majestic0110
0
109
Member Avatar for toton

I have several listboxes in 1 page and there is a "search" button.Whenever user select any values from the listbox's and click search button the query fires and it is showing the desired results.But I want 2 more button on this page "save Query" and "Load Query". Requirment is: After …

Member Avatar for toton
-1
210
Member Avatar for Nithya.G
Member Avatar for majestic0110
0
276
Member Avatar for eswapna

Hi All, I am new to .Net. can anyone please tell me how to create loginpage in detail with steps and code. Thanks, Swapna

Member Avatar for vmadhu_ece
0
92
Member Avatar for Nithya.G

iam having "users" as root node and some name as childnodes . how can i load that into dataset. xmlfile: [code=XML]<users> <gg>hgjhgs</gg> <nithya>ggsg</nithya> </users>[/code] i need to load it into a dataset . or i want to countthe childnodes

0
58
Member Avatar for pranav_jog

How to add new row with columns containing data in asp.net table control. plz help me out. waiting for quick response. & how to store that data in database

0
61
Member Avatar for evios

Erm, how to split a string using comma separated into a table? Below is my code but the output seems weird: Lets say the row has 40 elements and 30 rows: [code] For Count = 0 To UBound(MyArray) For a = 0 To UBound(MyArray) Dim celNew As New TableCell() 'Dim …

Member Avatar for evios
0
135
Member Avatar for dskumar_85

hai friend's , have anyone have the idea that how to create the wesite like youtube ,matecafe and etc , that is how to design the page's , if any idea do u have or any link do u know please reply to me ... Thank's in advance...

0
61
Member Avatar for ardeezstyle

Hi! I've used these codes in my aspx document <script runat="server"> Sub change(sender As Object, e As EventArgs) lbl1.Text="You changed text to " & txt1.Text End Sub </script> And inside the HTML <body> tag I used this... <form runat="server"> Change text <asp:TextBox id="txt1" runat="server" text="Hello World!" ontextchanged="change" autopostback="true"/> <p><asp:Label id="lbl1" …

Member Avatar for majestic0110
0
237

The End.