Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #36.9K
~1K People Reached
Member Avatar for kavitha N

Hi, When debugging the page i am getting error("argumentexception was unhandled by user code"). Can any one help me on this. in .aspx page: <asp:DropDownList ID="ddlCategoryID" runat="server" CssClass="input"> </asp:DropDownList> in .aspx.cs page: pageload : Bindmasterdata(); ---- DataTable dt = new DataTable(); using (OracleConnection Con = new OracleConnection("SConnectionString")) { Con.Open(); OracleCommand …

Member Avatar for BMXDad
0
229
Member Avatar for ss125

I am trying to get the width and height of the uploaded html file. This is what i have done so far. WebBrowser wb = new WebBrowser(); int ht,wd; wb.Navigate("D:\\page1.HTM"); ht = wb.Height; wd = wb.Width; But the above code always return me the wrong size of the page. Can …

Member Avatar for ss125
0
268
Member Avatar for kishore3055
Member Avatar for XEN0

windows 7 home premimum x64 access denied for saving files to app_data folder and any other folder in the projects root directory. Code below is what im using to save and getting... doc.Save(Server.MapPath("~/App_Data/Logs")) I get a couple access to path denied msgboxes. Set a few permissions and no go.

Member Avatar for XEN0
0
274
Member Avatar for aleksandra.trivuncevic

Hi All... To made payment integration, I used e24PaymentPipe.dll got from client. The problem is that it is always results in failure ("-1") when I try to connect to Gateway Server using "PeformInitTransaction" function. To be able to use e24PaymentPipe.dll as third party dll, i performed following steps: (note: OS …

Member Avatar for aleksandra.trivuncevic
0
611