Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

6 Posted Topics

Member Avatar for CornerAnalyst
Member Avatar for CornerAnalyst

I am using Context.User.Identity.Name to get the user that is logging into the system through the internet. Unfortunately, their credentials are not being passed to the web application. How should I setup IIS ( Integrated Authentication , Application Pool using Network Services, ???) in order that the web application receives …

0
67
Member Avatar for WinginSue

comment out [icode]Dim ckSelected as System.Web.UI.WebControls.CheckBox[/icode] and within your loop [code]For Each dgItem As GridViewRow in dgsvcPacks.Rows Dim cb As CheckBox = row.FindControl("ckUpdate")[/code]

Member Avatar for CornerAnalyst
0
108
Member Avatar for deepukng

You will also need to give the user in SQL Server "special" permission to run external DLL's. See the documentation for sp_oacreate.

Member Avatar for CornerAnalyst
0
2K
Member Avatar for VINITSONI

[code=VB.NET] UTop = UBound(ItemArray) ULower = LBound(ItemArray) For lCtr As Integer = ItemElement To UTop - 1 ItemArray(lCtr) = ItemArray(lCtr + 1) Next ReDim Preserve ItemArray(ULower To UTop - 1) [/code]

Member Avatar for CornerAnalyst
0
178
Member Avatar for CornerAnalyst

I need to be able to perform the creation of HTML controls (i.e. Tables, form controls) from inside of a DLL in vb.Net I have searched Goggle far and wide for what Import statement references the HTML objects. Imports System.Web doesn't do it. I would like to do something like: …

Member Avatar for CornerAnalyst
0
115

The End.