Hi
I deleted tables that I used while creating and compiling one stored procedure. After deleting the tables, I edited the stored procedure without changing the table names. SQL server should give me syntax error because the tables mentioned in the stored procedure do not exist. However it...
I am not able to create instance of an object using reflection (late binding)
The code is as follows.
Assembly myAssembly = Assembly.LoadFrom("C:\\dev20\\dll\\pwyUserSVCSLib.dll");
Type Atype = myAssembly.GetTypes()[0];
ObjectHandle objass =...
Hello,
here is the task I need to complete.
I have an xml file which describes fields in the form like this.
<?xml version="1.0" encoding="utf-8"?>
<FORMS>
<form id="1">
<title>Resource Details</title>
<elements>
<element id="1"...
Hi,
Does anybody know how to access windows nt user's credentials in an ASP program?
I want to find out the role, user group of an user who logs in to the system. I don't know how to use windowsprincipal.isinrole.
Please help.
Thanks
Hi,
Does anybody know how to access windows nt user's credentials in an ASP program?
I want to find out the role, user group of an user who logs in to the system. I don't know how to use windowsprincipal.isinrole.
Thanks
Hi,
I am trying to use a built in paging functionality to set up a Data Grid.
I set parameters as follows.
<asp:datagrid id="myDataGrid" runat="server" Border="0" width="100%" CssClass="DataGrid" AutoGenerateColumns="false"...
Hello,
the query is
insert into test1 (name) values (@string)
if the @string includes the single quote character in ('), i need to escape that character in some fashion. Does somebody know how to do it?
Thanks
S
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.