13,153 Topics

Member Avatar for
Member Avatar for johnroach1985

Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to color the text "NO" red within the table cells. Waiting for your reply.Please keep in mind my code is written in C# so any C# examples would be …

Member Avatar for johnroach1985
0
107
Member Avatar for yasinirshad

Hi, Can anyone send me the Stored Procedure for "sp_validateUser" for login page using asp.net 1.1 Thanks.

Member Avatar for arjunsasidharan
0
63
Member Avatar for sasindagi

hello, can anyone help me how to hide querystring in address bar eg: [url]http://localhost/products/category.aspx?id=c001[/url] & pid =p0045 to [url]http://localhost/products/category.aspx[/url]

Member Avatar for katharnakh
0
64
Member Avatar for ptaylor965

I have a google checkout account on my asp.net site that works fine but when i upload it to my 1and1 MS Business hosting i get the following message when trying to buy [COLOR=Red]Unable to connect to the remote server can anyone help Thanks Peter [/COLOR]

0
59
Member Avatar for ruhi

Hi all, Can any one tell me how to use a value generated through a button click event in another button click event in the same page.Is viewstate is helpful? If yes then how? -ruhi

Member Avatar for ruhi
0
136
Member Avatar for awanti

hi everyone, Iam doing a question bank and solution project.My problem is how to set time when a student is solving a paper.I tried using javascript but when a postback occurs the timer is reset.

Member Avatar for NET-Developer
0
51
Member Avatar for 7arouf

heyguys i've used ASP.NET to create a new website using visual studio 2005 but i want to publish this website so that it can be accessible via internet... i have my domain... but somebody told me that i need an asp.net host provider... i don`t know if i bought host …

Member Avatar for sibir1us
0
126
Member Avatar for challenger

Greetings, I have a trigger created for table ABC to delete records from other tables connected to table ABC's key. When I run the query from the SQL Server Management, it works without error. However, when I call sqlDataSource's Delete(), it seems like it's not firing the triggers. Is it …

Member Avatar for challenger
0
289
Member Avatar for manoshailu

Suggest any best book for the ASP.NET with VB 2005 to develop myself in developing the projects

Member Avatar for manoshailu
0
248
Member Avatar for 7arouf

hey guys just wanna know is there any way we can convert the ASP.Net html codes to regular HTML codes? because i have html host and i have ASP.NET website

Member Avatar for ithelp
0
59
Member Avatar for monriz
Member Avatar for ProgrammersTalk
0
42
Member Avatar for monriz

Hi there I want to display information regarding product with product pictures. information is saved in sql server and images are save in harddrive director Images/Pc100 where Pc100 is product code and image name in directory. can any one help me how to do in datarepeater/ or gridview. Senerio: when …

Member Avatar for ProgrammersTalk
1
73
Member Avatar for DeOiD

hi again Does anyone knows a free wysiwyg editor for asp.net? i just need one with basic html functions, like the one in this forum thank you

Member Avatar for DeOiD
0
135
Member Avatar for ArchanaB

Hi.. Am newbe to ASP.net, facing problem while using vaidation controls. I have a form where in have used ADD,EDIT,SEARCH, CLEAR buttons. When i press an edit button datagrid can be viewed. But when i use validation controls error messages are displayed if I click on edit,clear, add or search …

Member Avatar for phani.vattikuti
0
98
Member Avatar for vimalv

<Table id="temp1" width="100%" > <tr> <td id="temptd">...................</td> </tr> </Table> This my sample code..from this how can i get the left value of the Tabledara '[B]temptd'..[/B] i try with this in Jscript [I]document.getElementById('temptd').style.left[/I] But i didnt get anything...pls help me to get this.. Thanks, Vimal

Member Avatar for ruhi
0
170
Member Avatar for ruhi

hello everyone, how to write exit code in visual studio.Net so that whole program closes on button click event? And how Message box is created, also how to take input from user as we do in javascript using prompt command? Can anyone help me in this..... Thanx in advance.

Member Avatar for ruhi
0
170
Member Avatar for nidhimalhotra

I am completely new to asp.net. I would like to learn it. Please guide me. 1. what are the main development tools that I can use.? 2. what is the system requirements for the tool.? 3. Can I download that tool for free. quick help will be greately appreciated.

Member Avatar for naman sisodia
0
89
Member Avatar for Phoenix777

Hi I am having some problem, trying to cache a user control in my application(am using ASP.Net2.0). Here is a description of the user control 1. The user control is visible for most of the pages in my application. 2. It comes in only two versions. Initially one version is …

Member Avatar for Phoenix777
0
77
Member Avatar for siri75

Hi DaniWebGroup, This is Sirisha i have problem with drag and drop controls in .net 3.0 +Windows Presentation Foundation.The code is given below.My question is, without using Listbox or using with list box i want code in C#.net so that i can move stack panel containing complete controls to new …

0
49
Member Avatar for popson

[COLOR=#000000]CALLING NUMBERS IN VB6 using wav file +APIs[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The following APIs were used in an application developed in VB5 and compiled in Win98 to read out call numbers from a doctor’s console to patients waiting at the doctor's reception[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Public Declare Function mciSendStringA Lib "WinMM" _[/COLOR] …

0
58
Member Avatar for greeny_1984

hi everyone, i am doing a application on datagrid containing checkbox.when the checkbox is checked ,the textbox present in the next column of the datagrid must be visible otherwise it should not.can any one help in this matter. bye

Member Avatar for arjunsasidharan
0
115
Member Avatar for ruhi

hello everyone, i m trying to add row in database through this code: [COLOR=green]Private[/COLOR][COLOR=green]Sub[/COLOR][COLOR=green] btnadd_Click([/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] sender [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.Object, [/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] e [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.EventArgs) [/COLOR][COLOR=green]Handles[/COLOR][COLOR=green] btnadd.Click[/COLOR] [COLOR=green]Dim[/COLOR] rowNew [COLOR=green]As[/COLOR] System.Data.DataRow = DataSet31.Tables(0).NewRow [COLOR=green]Dim[/COLOR] temp [COLOR=green]As[/COLOR] Random rowNew.Item(4) = temp Response.Write(rowNew.Item(4)) '** DataSet31.Tables(0).Rows.Add(rowNew) DataGrid1.EditItemIndex = DataGrid1.Items.Count DataGrid1.DataSource = DataSet31 DataGrid1.DataBind() [COLOR=green]End[/COLOR] [COLOR=green]Sub[/COLOR] [COLOR=green]but …

Member Avatar for ruhi
0
69
Member Avatar for Fungus1487

i have two forms open in different frames of a page. form1 contains a tree and form2 contains an update method i.e. with text boxes etc to update this tree. is there a way that when i save i can reference the tree in the form1 from form2 ?

Member Avatar for Blackred
0
63
Member Avatar for jeromeshiju

I try to print out values from datagrid on button click.I hope I shall get answer from here

Member Avatar for arjunsasidharan
0
65
Member Avatar for vimalv

Hai all, i want to create an page with menu items ...on Mouseover it ll appear and mouseout it ll disappear...pls help me to do this.... Thanks...

Member Avatar for vimalv
0
131
Member Avatar for ptaylor965

I have a SiteMapPath control to display a breadcrumb style navigation. When i move from one page to another the SiteMapPath works correctly however when moving to the other pages the SiteMapPath disappears The SiteMapPath is located on a MasterPage along with some text and a TreeViewNavigation and they remain …

0
63
Member Avatar for Fungus1487

say i have form 1 with a method SHOWME() and i want to call this method from form 2 (seperate window) cant his be done?

Member Avatar for NET-Developer
0
81
Member Avatar for greeny_1984

hi , i want to kwon the code for a simple popupwindow. can anyone plz share their knowledge with me. bye

Member Avatar for NET-Developer
0
85
Member Avatar for earlofroberts

This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ?? thanks, earlofroberts

Member Avatar for NET-Developer
0
136
Member Avatar for vimalv

Hai all in my page already have a tab control with some tabs..now i want to display a menulist when mouse over on it..how can i do this...i have some downloaded scripts..but all r create its own tabcontrol and menus...but i already have the tabcontrol....how to display a menu list …

Member Avatar for mohamed.nasirkh
0
81

The End.