December 1st, 2008 06:49 AM
Hi,
You don't require to set the visibility of the control during the design time. In the event Gridview RowDatBound set the visibility property to false. Then you In the rowcommand event describe...
December 1st, 2008 05:44 AM
Hi, You can also do in the following way by using a linkbutton/button as an item in the template field and then use the row command method to perform the editing role or whatever is required. You can...
December 1st, 2008 05:28 AM
Hi, as far as I have understood your problem, why don't you try to use the Server.MapPath() method to store the data. Also if you are viewing the path only, then you can use the...
October 30th, 2008 05:18 AM
I think there is a conflict in the domain name for accessing the page. So it would be better if you differentiate these servers with different domain names. Check out and see if it works or not.
October 16th, 2008 03:48 AM
Hi,
I am binding data to grid view in asp.net 2.0, c#. the data to the gridview is bound when there is a file in the fileupload control and a click event is generated by another button which...
October 13th, 2008 02:20 AM
Hi all,
I m currently using gridview control of VS2005 and binding the data to it. I am able to view the controls and data, but not able to select the radiobutton.
Please reply ASAP.
...
September 19th, 2008 03:41 AM
Hi,
I am using an update panel in my application which has two dropdownlist boxes in it. The items list for each dropdownlist box is dependent on one another. When I select the item of one...
September 18th, 2008 02:18 AM
Hi,
Please check that while your selection is getting checked is the data in the listbox is getting refreshed. I mean as you are checking for the selected items in the list, is the list doing a...
September 17th, 2008 01:22 AM
You can do so in the following way:
gv_AddFiles.DataSource = dt;
gv_AddFiles.Columns[0].HeaderText = "Remaining files";
gv_AddFiles.DataBind();
Here gv_AddFiles is the id...
September 17th, 2008 01:06 AM
Thanks mmetzger for your help. I would check it with other web hosting sites and see if it works or not.
September 17th, 2008 01:02 AM
Please check whether there is a post back in the page load event. May be this would be the cause.
September 16th, 2008 05:20 AM
Thanks for your reply. The ConvertToFLV method is actually calling a separate executable. But I need it to convert my video files. So how to overcome this problem. Do you have some suggestions.
September 10th, 2008 03:33 AM
Hi, why don't you try calling the OpenNewWP() javascript function after the execution of the this.GetPostBackEventReference(btnLogIn) and see if it works or not. Sometimes the ordering of the...
September 10th, 2008 03:11 AM
Thanks for your reply. I have uploaded the application onto godaddy hosting server and given all the required permissions. Still I am facing the problem. Can you suggest some more help.
September 10th, 2008 02:47 AM
Please add the following line:
[System.Web.Script.Services.ScriptService]
just before the declaration of the webservice class
public class system_information : System.Web.Services.WebService ...
September 10th, 2008 02:34 AM
Hi all,
I recently published an application and uploaded it onto to server. It has a module to upload video files. While I was uploading a video file of a size less than the allowed size of the...
September 10th, 2008 02:26 AM
Hi you can do so. I think you are using the flv shockwave player. For that you can add <div> tag in your aspx page and provide it an id and make it run at server, say, <div id="showvideo"...
September 10th, 2008 02:12 AM
if you want to learn the basics only you can refer the online notes and tutorials. i suggest you to check out with the following links.
http://msdn.microsoft.com/en-us/library/ms996507.aspx...