First  |  Prev |  Next  |  Last
Pages: 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
Createing new ASP.Net application using VB and VS2005
When creating website applications within Visual Studio 2005, I use the File System method because it meets the needs of our environment. In choosing the location of the directory where the files will reside, I can choose a share on a network file server or a local directory on my workstation. I use the netwo... 20 Feb 2006 09:26
Persist Upload Hatasi Yardim Lütfen
Sitelerden birinde verilen yabancý kaynakli bir scriptti duzenledim yanlýz birseyin içinden bir turlu cýkamadým iþin aslý ilk defa persistin upload componentini kullanacam yanlýz suanki haliyle verdiði hata þu.Bilen arkadaþlar lütfen yardým edin Persits.Upload.1 error '800a0020' The system cannot find the path... 15 Feb 2006 04:56
How to access asp controls inside a loginview
Hey, I have the following problem: I have an asp-page which contains a loginview with two templates (loggedin- and anonymoustemplate). How can I access a textbox inside the the loggedintemplate from the code behind c# module? I tried: (TextBox)Page.FindControl("TextBox1") but that will result in a null poin... 14 Feb 2006 04:23
Error Type: (0x80020009) Exception occurred.
I get the following error from the code below: Error Type: (0x80020009) Exception occurred. /diary.asp, line 53 The specific part that causes the exception is when I try to access rsAppsTemp("AppointmentDate") in the While loop. For some reason it works fine in the If statement above it, but not in the Wh... 14 Feb 2006 10:45
MSXML4 and selectSingleNode
The following is a code snippet of a classic ASP webapplication: Set l_oNode = p_oXML.selectSingleNode(l_sXPath) If (Not IsNull(l_oNode)) Then l_sValue = l_oNode.text End If According to http://www.devguru.com/Technologies/xmldom/quickref/node_selectSingleNode..html the selectSingleNode method should r... 13 Feb 2006 08:08
Text Wrap
Is there a way to force the below testxxxxx text to wrap or stay within the 200px width of it's cell? Sometimes I have long url's that make a html email table stretch because of long length. I thought maybe there was a tag like NOWRAP that may prevent this behavior. Any ideas? HTML: <table border="0" cel... 14 Feb 2006 10:45
Cookies problem on Win2003 Eng + IIS 6.0
I have a demo app where cookies does not work. The first page create a cookies. The second read the contet. If I browse the pages via IE6.0 the pages does not work. If I browse the pages via FireFox the pages work fine. ************ SetCookies.asp <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!DOCTYPE HTML PUBL... 31 Jan 2006 09:13
Exporting to excel
Hi There, I am trying to export a recordset to an excel file using the Content Type below in the header. Response.ContentType = "application/vnd.ms-excel" Which works fine however the problem is that when I have a number in a column with a leading zero the zero gets dropped. E.G. 01760942 will be displa... 24 Jan 2006 13:45
XP 10 connection limit Qs
Hi, I would be grateful if someone could clarify my rather confused ideas of the 10 connection limit on XP/2000 when its being used as a server. (I realise that XP is really a client op sys with limited server capability, I am also aware you can kludge the number to 40, but assume I do not want to do that). As... 20 Jan 2006 06:00
Microsoft.XMLDOM ASP XML parsing
I have an XML string <?xml version="1.0" encoding="UTF-8"?> <SSOUser><Status>FAIL</Status><Message>Unable to find session id of 1137018716939</Message></SSOUser> That I am trying to retrieve the values between the tags for. I want to get the value from <Status>FAIL</Status> so I get the value "FAIL" ... 16 Jan 2006 15:17
First  |  Prev |  Next  |  Last
Pages: 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213