13,153 Topics
| |
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 … | |
Hi, Can anyone send me the Stored Procedure for "sp_validateUser" for login page using asp.net 1.1 Thanks. | |
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] | |
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] | |
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 | |
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. | |
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 … | |
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 … | |
Suggest any best book for the ASP.NET with VB 2005 to develop myself in developing the projects | |
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 | |
| |
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 … | |
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 | |
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 … | |
<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 | |
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. | |
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. | |
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 … | |
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 … | |
[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] … | |
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 | |
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 … | |
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 ? | |
I try to print out values from datagrid on button click.I hope I shall get answer from here | |
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... | |
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 … | |
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? | |
hi , i want to kwon the code for a simple popupwindow. can anyone plz share their knowledge with me. bye | |
This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ?? thanks, earlofroberts | |
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 … |
The End.