Forum: ASP.NET Jan 27th, 2009 |
| Replies: 2 Views: 1,139 Hi
I think I have not explained the problem clearly.
So in simple terms, I want to say that I have created a usercontrol and using it in a page at the top and bottom. I want to apply two... |
Forum: ASP.NET Jan 27th, 2009 |
| Replies: 2 Views: 1,139 I have created a user control with name menuUserControl with menu control in it. I have created a user defined property for the user control(menuUserControl) as groupid and when ever I pass groupid... |
Forum: ASP.NET Nov 7th, 2008 |
| Replies: 0 Views: 594 Hi All
I am getting problem in putting text at the cursor location in freetext box which is place in a Place holder and .
My code is as follows:
<select name="ddlPlaceHolders"... |
Forum: ASP.NET Oct 7th, 2008 |
| Replies: 1 Views: 1,077 Hi All
I want to have a dynamically generated menu from a dynamically generated web.sitemap file which gets populated from the database. Is it possible.
Your help is greatly appreciated.
... |
Forum: ASP.NET Sep 16th, 2008 |
| Replies: 1 Views: 564 Hi
I want to extract sustrings from a string and want to store in an array.
The string is dynamic it will change but the criteria to extract substring is same.
say for example a string... |
Forum: ASP.NET Sep 12th, 2008 |
| Replies: 1 Views: 3,445 Hi
I am using below code to play flv files using scrubber.swf in the browser but its giving compatibility issue. While it is working fine on internet explorer, its not working on firefox.
Any... |
Forum: ASP.NET Sep 10th, 2008 |
| Replies: 2 Views: 1,370 Hi all
How to convert any type of audio or video file in to an swf extension and play it in a browser. I have searched a lot on net but in vain:confused: . My last hope is this forum. Please help... |
Forum: ASP.NET Sep 4th, 2008 |
| Replies: 0 Views: 2,725 Hi
I have gridview and I am using gridview1_rowupdating event to update the gridview, but when I am using the code given below its not working. I do not know why it is not updating, it is not even... |
Forum: ASP.NET Aug 20th, 2008 |
| Replies: 1 Views: 559 Hi
I am again in need of the professionals on this form. Thanks for the help in past.
I have a freetextbox,a dropdownlist and a button in my application. when ever user selects a value in... |
Forum: ASP.NET Jul 25th, 2008 |
| Replies: 3 Views: 1,026 Hi friends
First of all I would like to thank people here on Daniweb for helping me whenever I need help. I am hopefull that now also all of you will help me. Today I got a special scenario which... |
Forum: ASP.NET Jul 1st, 2008 |
| Replies: 3 Views: 2,054 problem is resolved. Actually I was storing the complete physical path of my application in the database like D:\something\myapplicating\images\img.jpg that is why images in datalist are not... |
Forum: ASP.NET Jun 30th, 2008 |
| Replies: 3 Views: 2,054 I am saving path of the image in the database. |
Forum: ASP.NET Jun 30th, 2008 |
| Replies: 3 Views: 2,054 Hi All
I am working since 2 days to display images in a datalist and the code used is given below, but its not displaying the images.
I am storing path of the image in database in imagepath... |
Forum: ASP.NET May 7th, 2008 |
| Replies: 4 Views: 5,231 |
Forum: ASP.NET May 7th, 2008 |
| Replies: 4 Views: 5,231 Hi
Thanks for your reply.
Sorry to say that the link you sent does not match my requirement. Actually I am new to asp.net, If you have any other idea for my requirement please reply back.
... |
Forum: ASP.NET May 6th, 2008 |
| Replies: 4 Views: 5,231 Hi
I have 2 tables in database as follows:
table1:
id name state id
1 aaa 1,2 |
Forum: ASP.NET Mar 20th, 2008 |
| Replies: 2 Views: 3,260 Hi All
I need to add mouseover event on hyperlink which is in a gridview.
What actually I need is displaying names of states in a gridview as hyperlink and when I take mouse over any state, it... |
Forum: ASP.NET Feb 14th, 2008 |
| Replies: 7 Views: 4,814 Hi shesaidimapreggy
Thanks a lot, its working fine now. |
Forum: ASP.NET Feb 13th, 2008 |
| Replies: 7 Views: 4,814 Hi SheSaidImaPregy
Thanks for your help.
But still its giving the same problem
Thanks Again
Wajid |
Forum: ASP.NET Feb 13th, 2008 |
| Replies: 7 Views: 4,814 Hello All
I am not a very good programmer, just tryied following code but its not working.
when ever I am pressing delete button after selecting a value in dropdownlist, it just deleting the... |
Forum: ASP.NET Feb 12th, 2008 |
| Replies: 7 Views: 4,814 Hi All,
I have created a table called tblState in access with 2 columns: id and state and am populating a dropdownlist with state.
I am in need of code to delete a selected value of... |
Forum: ASP.NET Sep 5th, 2007 |
| Replies: 2 Views: 1,251 hi,
i am a beginner in asp.net. wat to do to populate table control from access database. above code is not workin. problem is in bindin data with table control. how to bind data to table control.... |
Forum: ASP.NET Sep 5th, 2007 |
| Replies: 2 Views: 1,637 |
Forum: ASP.NET Sep 4th, 2007 |
| Replies: 2 Views: 1,251 OleDbConnection cn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\\tblImp\\db1.mdb");
cn.Open();
DataSet ds = new DataSet();
OleDbDataAdapter da =... |
Forum: ASP.NET Aug 31st, 2007 |
| Replies: 2 Views: 1,637 How to populate data from access database into asp.net table control. plz help me out. waiting for quick response.
thanks in advance.. |