Forum: ASP.NET Aug 28th, 2009 |
| Replies: 14 Views: 1,441 And do you mean looping through the resultset returned that is returned from the database or looping in sql statement. |
Forum: ASP.NET Aug 28th, 2009 |
| Replies: 14 Views: 1,441 I copied and run your code on my computer. It works fine on my computer may be your database doesn't consist of data which is extracted on the basis of filter from dropdownlist. |
Forum: ASP.NET Aug 28th, 2009 |
| Replies: 14 Views: 1,441 what exactly are you referring to. You already got your gridview filled with the record's based on the filter value from the dropdownlist.
Are you looking for looping in sql or in c#.
Sorry... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 14 Views: 1,441 Above code is very simple. If this is not the thing you want. Cheer up man, just let me know. I have other options as well. |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 14 Views: 1,441 If you want to display the item in gridview with the item selected in dropdownlist on selected index change of dropdownlist, then here is your code to do this.:)
First declare a dropdownlist and... |
Forum: ASP.NET Aug 25th, 2009 |
| Replies: 14 Views: 1,441 Do you want selected item in the dropdownlist to be displayed in the gridview or fetch some item from a data source based on the selected item in the dropdownlist and display it in the gridview. |
Forum: ASP.NET Aug 14th, 2009 |
| Replies: 1 Views: 1,304 You question is not clear. Please be precise.
To check multiple check boxes you must have it at first. But i don't see it in your code. If you try to check multiple check boxes with the same... |
Forum: ASP.NET Aug 5th, 2009 |
| Replies: 6 Views: 400 Well, checking length in asp.net is not quite easy. But you can restrict user from entering characters more that allowed limit.
set the MaxLength property of textbox to the number of characters... |
Forum: ASP.NET Jul 30th, 2009 |
| Replies: 7 Views: 500 Were you able to fire the GridView1_RowUpdating event. If not then Check you GridView defintion in aspx page to associate onrowUpdating attribute of GridView.
<asp:GridView ID="GridView1"... |
Forum: ASP.NET Jul 30th, 2009 |
| Replies: 7 Views: 500 Well you able to fire the Gridview1_RowUpdating event.
And you are updating all the rows in the GrieView1_RowUpdating method.
You are using loop to iterate through rows.
I think this is the... |
Forum: ASP.NET Jul 30th, 2009 |
| Replies: 7 Views: 500 Whenever you post a thread in a daniweb and you are expecting a reply. Also log on to you msn or gmail, or yahoo messenger so that you know someone has replied to your thread.
This way you can... |
Forum: ASP.NET Jul 30th, 2009 |
| Replies: 7 Views: 500 How did you load the script for the first time.
You must have forgotten to add GridView1_RowUpdating event to the GridView.
I guess there is something wrong with the body of... |
Forum: ASP.NET Jul 30th, 2009 |
| Replies: 3 Views: 746 Then i guess you have written wrong SQL Statement to extract the deliveryboy names in this part of the code as you have written:
SelectCommand="SELECT [StaffID] FROM [StaffRegis_Table] where... |
Forum: ASP.NET Jul 29th, 2009 |
| Replies: 3 Views: 746 From where are you supposed to provide the value for Where condition i.e @designation for the SqlDataSource of DropDownlist. Giive it a thought.
I am online now, i can help you immediately.
... |
Forum: ASP.NET Jul 29th, 2009 |
| Replies: 4 Views: 452 Man,
You can't just mark the thread Solved and forget about it.
Please tell,
Was i helpful to you.
If i was helpful , Please add it to my reputation.;) |
Forum: ASP.NET Jul 29th, 2009 |
| Replies: 4 Views: 452 so make the textbox readonly and it will be readonly
simple isn't it |
Forum: ASP.NET Jul 27th, 2009 |
| Replies: 4 Views: 452 use EditItemTemplate and in the EditItemTemplate make only the field you want editable as editable . for the rest use labels to show the fields or readonly textboxes.
<FAKE SIGNATURE>
A Software... |
Forum: ASP.NET Jul 27th, 2009 |
| Replies: 2 Views: 353 If you are using FormView you must have defined templates for ItemTemplate and EdititemTemplate
To make only one field editable in the EditItemTemplate make only the field you want editable as... |
Forum: ASP.NET Jul 22nd, 2009 |
| Replies: 2 Views: 463 I have been developing a asp.net application in which i have to mail to large number of user an email.
I used the classes in System.Net . Every thing is fine, there are no errors in the page.
... |
Forum: ASP.NET Jul 22nd, 2009 |
| Replies: 6 Views: 578 Hi ManicCW
I already trid that. I created a folder named home and inside this folder i created Default.aspx and worte all the contents of Home.aspx in Default.aspx.
I tried to access the folder... |
Forum: ASP.NET Jul 22nd, 2009 |
| Replies: 6 Views: 578 Hi
I have been developing a website. I need to hide the page extension of the pages while user is browsing my site.
for example:
Home.aspx should be displayed as Home only.
How can i do this.... |
Forum: ASP.NET Jul 19th, 2009 |
| Replies: 2 Views: 278 Thanks, Ramesh
That's what i wanted. |
Forum: ASP.NET Jul 16th, 2009 |
| Replies: 2 Views: 278 I want to develop silverlight web application. But i could not find installed templates for silverlight projects. I have viusal web developer express edition 2008 and visual studio 2008 team system... |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 5 Views: 715 This doesen't mean i do not have any idea about server side controls i just need the hint of doing it.
Thanks
Please help |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 5 Views: 715 thanks that was really a great help. |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 5 Views: 715 I don't have any codes. I don't have any idea how to display the data in above given format. I haven't done anything for above problem. I just need idea of how it can be done using different ASP.NET... |
Forum: ASP.NET Jul 5th, 2009 |
| Replies: 5 Views: 715 I have business requirement and i need to diplay records of data in certain format. My problem is as below:
I have database with two tables names "Restaurant" and "Restaurant_Associates".... |
Forum: ASP.NET Jul 3rd, 2009 |
| Replies: 5 Views: 898 Thanks Ramesh's That was a great help. |
Forum: ASP.NET Jul 3rd, 2009 |
| Replies: 5 Views: 898 <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> |
Forum: ASP.NET Jul 3rd, 2009 |
| Replies: 5 Views: 898 Thanks Ramesh S, This solved the problem. But i have few more questions in mind. While adding assemblies to the web.config file we have to sepcify the name of the assembly,version, culture and public... |
Forum: ASP.NET Jul 1st, 2009 |
| Replies: 5 Views: 898 How can i get the public key token for the assembly that i want to add in root web.config file.
Please Help |