Hi, here is a quick layout of my asp.net directory:
ROOT
----BIN
----SITE
----MANAGE
----Web.config
What I want to do is when someone types in: www.mysite.com it takes them to the /site directory...but i still want to access the manage directory like this: www.mysite.com/manage
How is this...
Hi, I have the following code to run an exe:
System.Diagnostics.Process.Start("blah.exe")
This opens up a dos promt and runs the program.
What I need my program to do next is close the dos promt, I cannot edit "blah.exe"....how could I close it?
www.demonasp.co.uk
thank you, I just made a blank text file and saved it...it was 0 bytes/0 kb, I put a single character in the file, nows its 1 byte/4kb.
www.demonasp.co.uk
Hi, I want to save the following binary data
00001111000011110000111100000001
It's a 32bit integer, why does it save as 4kb, when it should be well under 1kb???
I need to know what format to save it as. Thanks
www.demonasp.co.uk
I think ive solved it, asp.net only renders what is on the page, therefore the datalist contains no data the first time the page loads, therefore does not render it, when i click search, the datalist is populated....very strange..
www.demonasp.co.uk
Hi, I have a datalist to which i bind a list of customers, it shows perfectly on the screen, but when i view the html source, the only code shown is that surrounding the datalist, no datalist source is shown.....why is this....what setting have i turned off?
www.demonasp.co.uk
Hi, I have a movieclip with some button componenets on them, each with click events, when i add another movieclip over the top of these buttons to hide them, if i click where the buttons are, i still get the click events...??? how do i make it so that the mouse will not go through to the next...
Function getCategory(ByVal uid As Integer) As Integer
Dim oConn As SqlConnection
Dim oComm As SqlCommand
Dim ParentID As Integer
Dim ParentLevel As Integer
'get parent id
oConn = New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.