No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Hi All, How to Upload a file(.doc ) using Fileupload control and store it as a image file in database. please can anyone help me solving this. Regards, R
Hi, Can anyone tell me how to create calendar using javascript using asp.net2005? Thank you.
I'm building a web page that uses a tree view control. If i click on a particular node i want to redirect a value to the next page .. how to do it using the treeview? I would greatly appreciate some insight on this.
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.
Hi, I am using masterPage wherein i want to blink the text . But i also want to put one logo beside that text. Here i only want to blink the text. I have combined both the logo and text using paint and given the path in masterpage. Please let …
For adding the dummy item try this code [Code=C#] ddlRecNature.Items.Insert(0, new ListItem("Select")); ddlRecNature.SelectedIndex = 0; [/Code]
Hi, I have used datagrid to display details. I want to use to link button columns in a grid wherein both the link button column has a different navigation url . For one column i can write in the selected index changed but how can i write the url for …
hi i got a problem regarding inserting value into database. i have 2 labels and one textbox.. but in database only one cell is there to store these three values.please let me know the solution for this.. thanks ....
hi, i want to deploy an asp.net 2005 application . i am not able to any of the options as we get in asp.net2003. please help me to slove this problem thank you
hi , M facing the problem to get first 4 rows from the table . m using sql2000. i used count but it is showing total no of rows in a table . please let me know the query used to display rowcount.
use item type and alternating item .. so it ll all the records
The End.