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
~931 People Reached
Favorite Forums
Favorite Tags
Member Avatar for raymondhsu09

Hi everyone, This is the error i am getting when i try to do SqlCommand.ExecuteNonQuery(). My application runs on multiple threads and constantly opens, executes and close connection. This error i am getting after running the application for some time. Error: System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results …

Member Avatar for raymondhsu09
0
500
Member Avatar for raymondhsu09

Hi, I wanted to develop an application which can generate images (GIFs) of microsoft documents(like doc,docx,xls). Thanks, Raymond

0
75
Member Avatar for raymondhsu09

Hi, I have to make a web page which has the ability to zoom its content. I tried displaying the content in iframe(src:"www.mypage.com") and then using style="zoom:50%;" . This works well for IE 7 but in IE 8 the whole iframe increases and decreases in size when the Zoom value …

0
55
Member Avatar for raymondhsu09

Hi, I have a web application(made in ASP.NET ) which displays excel document(or other kind of document) in a frame by using Response.Redirect(@"some path../Excel1.xls", true); My problem is that when i open 2 excel document one after the other.The second excel document seems to be corrupted. When i click on …

Member Avatar for raymondhsu09
0
148
Member Avatar for raymondhsu09

Hi, i have a web application(made in C#.NET ) which opens excel spreadsheet in a frame by using Response.Write("<script>window.open(' xls FilePath ');</script>"); . The excel file is opening correctly but my problem is once the document is open in the application it prevents use of Excel outside the application.If the …

Member Avatar for raymondhsu09
0
153