Hi
The 1st column on my datagrid contains a link button that fires the ItemCommand and select the row when it's clicked. What I want to do now is, instead of having to click on the link button, I want to be able to click any where on the row itself and do the same thing. I want to change the...
I just want to know how other ASP.Net developers feel about using Master Page in general. Do you think this feature is popular with developers? Visual Studio 08 has Master Page but do you think that MS will continue supporting it in the future? Thanks.
I created a workgroup file (Test.mdw) that I used to secure my mdb file. From my mdb file, I want to link to the MSysAccounts table in the Test.mdw file. The 'Files of type' drop down list in the link popup window only shows 3 types, mdb, mda & mde. How do I link to the mdw file?
Hi
I got an error in my web application (C#) when one of the aspx is being opened. When I look at trace.axd, the error is 500, and in the file, the 'Trace Information' is missing and there's no Session Id. Does this means that the aspx page was never opened? Any help would be apprecitated...
Hi All
I have an MS Access app (.mdb) that I secured to a workgroup file (.mdw). The .mdw has been moved to a difference location and I have to relink the MSysAccounts and MSysGroups tables but I get an error message "'MSysAccounts' is not a valid name. Make sure that it does not include...
I have vbscript in an asp.net page that need to call a function in a .vbs file, so far I'm unable to. I've tried using:
<script language="vbscript" src="FileName.vbs"/>
<script language="vbscript">
Dim x
.
.
x = FunctionName
.
.
</script>
Is this the...
I have a vbscript in an asp.net page that need to call a function in a .vbs file, so far I'm unable to. I've tried using:
<script language="vbscript" src="FileName.vbs"/>
<script language="vbscript">
.
.
FunctionName
.
.
</script>
Is this the correct...
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.