First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
Error casting masterpage
Hallo I'm trying to access some public functions of a master page from a content page. Casting a base masterpage to a specific one (that contains my functions) results in a runtime error: protected void Page_Load(object sender, EventArgs e) { MyNameSpace.MasterPages.Main temp = Master as MyNameSpac... 3 May 2010 17:37
Getting error when trying to upload large files on ftp location
Hi, I am trying to upload a large xml file (around 500 MB) on ftp location,but i am getting this error--- The underlying connection was closed: An unexpected error occurred on a receive. i am getting the error on this line:- " Stream strm = ftpRequest.GetRequestStream();" i am using the following code:-... 3 May 2010 07:39
fail to update a selected record
The form call a selected record by "sqlDataReader" then fill in textboxes by (TxtPhone.Text = reader("Dest_Addr").ToString) i made the amendments to the textboxes and click Update button strUpdate = "Update table set col1=(a)TxtPhone where ID='" & ID & "'" cmdUpdate = New SqlCommand(strUpdate, myC... 4 May 2010 00:16
css: knowing how much room to leave for text?
When creating css layouts, how would you determine how much room to leave for text? Is there general rules on it? ... 1 May 2010 14:19
Property called this
Hello, I have the following code I'm trying to follow: ...................... public string this[string propName] { get {........................... How do you have, amd how do you call a property called "this"? Thanks ... 30 Apr 2010 21:53
My website not running after I publish
Hi, I am trying to create new website on a Windows Enterprise Server 2008/IIS 7.0 with an existing working code. When i try to access the page, It throws the following error. I was not much into web related stuff. Could someone help me. Thank You Suresh Bonda ==========================================... 30 Apr 2010 17:27
Object required in AJAX
I have an asp.net web page using framework 3.5 and recently added a ModalPopupExtender control to a webpage. All was working fine for a couple hours and then I started getting the yellow browser error in lower left corner of the webpage. I opened up the error and it gave me the following. Webpage error detai... 30 Apr 2010 15:10
Way to unzip in asp.net
We have an asp.net 3.5 framework intranet web site. We get a compressed file from a bank download that has a file extension of .gv at the end. I can easily extract it using WinZip but since I would like to de-compress it in an asp.net page I was wondering if that was possible. I know there are some framework... 30 Apr 2010 12:51
tab container and update panel
Hello. I have a webpage that will have a tab container on it. I would like to add an update panel. Currently, I have the following layout (simplified for display); TabContainer TabPanel ContentTemplate UpdatePanel Is it better to put the update panel inside each tab panel? Inside ... 30 Apr 2010 16:19
MVC2: linking from one area view to another area view
I am working on an MVC 2 app. I have 7 different areas in it which has a view that should be accessible from the home page (or anywhere else really). The links most likely will go in a sitemap and get put on the apps master page. Either way, How would I say link to Headlines/home/ from the apps master page? ... 30 Apr 2010 04:01
First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59