Hi All, I have created an account calld "MyASP". I have granted the write and read access to the whole drive. Howerver, i have got the following...
Everything in the deployment works fine with the exception of the address of the database also deployed on the remote server. The string address...
Hi everyone, I would like to get the path of the virtual directory where my page is running from. For example if I access a page with...
Hi all, I'm having a problem loading images for later use in javascript on the client. In my code-behind, I'm using a stringbuilder object to...
ok i created a file called foo.asmx (web service) which has a class called foo, in that class there is a public function called bar() which doesn't...
I have a simple page that I will like to display while i am processing the user request in the server. The page only has a label saying "Please...
We couldn't find why these errors happen.They doesn't appear everytime.And they appear different pages at different times.Is there somebody know why...
I agree, but I'm struggling with a confusing signature. I have four parameters that are always required. No problem there. Then I have three...
Hi Not possible with server code <script> function go(sPageToGo,sFrameName){ parent.frames.location href = sPageToGo; } ----
Hi <element onkeydown="if(event.keyCode == 27 ) doSomething()".... <body onkeydown="if(event.keyCode == 27 ) document.forms.CANCELBTN.click()"...
Because it was not implemented. Intellisense is only supported C#, VB files not in ASPX files. George. "Mark" <mark.acuff@hp.com> wrote in...
string strScript = "<script type=\"text/javascript\"><!--" + Environment.NewLine + "window.close();" + Environment.NewLine + "// --></script>"; if...
Yes, it is possible do it on datagrid ItemCreate event: int i = getMyNonBorderColumnIndex(); e.Item.Cells.Style.Add("BORDER-TOP-STYLE",...
In a Web Form, I have a TextBox: protected System.Web.UI.WebControls.TextBox TextBox1; At design time, I double click on the TextBox and get an...
Hi All, I am working on ASP.Net these days and have come across a problem with the aspnet_wp process. I have seen many posts on the web related to...
I have a simple HttpHandler //-- using System.Web; namespace Acme { public class SimpleHandler : IHttpHandler { public void...
Hi, a coworker had this once with VS.NET and unfortunately wasn't able to find a workaround. So he had to reinstall. I personally had a case when...
hi guys, I want to write events in JavaScript for my asp controls (TextBox for example). This is the HTML code of my WebForm, it have only a...
hi, a newbie question I have two dropdownlist controls, one is for years, 2000-2003, the other is for month, 1-12. I am supposed to get all the...
is there any way of use the "Browse for folders" screen under ASP.NET??
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules