Search Results

Showing results 1 to 16 of 16
Search took 0.01 seconds.
Search: Posts Made By: nccsbim071
Forum: ASP.NET Aug 28th, 2009
Replies: 14
Views: 1,527
Posted By nccsbim071
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,527
Posted By nccsbim071
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,527
Posted By nccsbim071
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,527
Posted By nccsbim071
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,527
Posted By nccsbim071
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,527
Posted By nccsbim071
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,382
Posted By nccsbim071
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: 406
Posted By nccsbim071
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: 3
Views: 759
Posted By nccsbim071
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: 759
Posted By nccsbim071
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: 471
Posted By nccsbim071
so make the textbox readonly and it will be readonly

simple isn't it
Forum: C# Jul 29th, 2009
Replies: 7
Views: 1,589
Posted By nccsbim071
well, your problem was to load the page in new window.

Which you did successfully.

Did you use the page_load event of new page. Try to get the value from the query string in the page_load event...
Forum: C# Jul 28th, 2009
Replies: 7
Views: 1,589
Posted By nccsbim071
Dont forget to enclose your code in code tags like this:


Response.OpenNewDamnPage("DeviceInformation.aspx?arg=" + e.CommandArgument);



this will display as
...
Forum: C# Jul 28th, 2009
Replies: 7
Views: 1,589
Posted By nccsbim071
Use this exactly for your case:

protected void button1_Click(object sender, EventArgs e)
{
Response.Write("<script type='text/javascript'>window.open('DeviceInformation.aspx?arg=" +...
Forum: C# Jul 28th, 2009
Replies: 7
Views: 1,589
Posted By nccsbim071
Hey
Try This

protected void button1_Click(object sender, EventArgs e)
{
Response.Write("<script...
Forum: ASP.NET Jul 27th, 2009
Replies: 4
Views: 471
Posted By nccsbim071
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...
Showing results 1 to 16 of 16

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC