i had an error in this line. may i know how to correct it..?
threadField.Join(new System.TimeSpan(MiliSeconds * 10000));
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22754102.html
in java HttpConnection.HTTP_OK means request has succeeded. but i need to convert it to c#. what is the equivalent?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22763280.html
hi i need to know what is the equivalent for openOutputStream from java to c#.
OutputStream os=conn.openOutputStream();
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22784453.html
hello how can i call a function in .vb files that close the sessions from javascript on the master page
thanks alot
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22786529.html
Under the Vb6 editor, there is feature where you can place an underscore at the end of a statement of code and continue the statement on the next line. This was usefull for breaking up long stateme...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22793237.html
Zones:
C#Date Answered: 08/28/2007 Grade: A Views: 0
may i know what is the equivalent for getHost() and getPort()? i am trying to convert java to C#.
public static HttpConnection connect( String url, Callback callback )
throws IOException {
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22793335.html
We have just moved to VS2005 from VS2003
I tried to create a visual DataAdapter and create it's sql using the sql builder as the old one did.
Can find a DataSet, but can't seem to find a Data...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22805...
hello all,
in my calender table i have defined a column date of the type varchar(8) dates are saved like this (19991126) when i read them via datasource i want to show them like this in the grid (...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22815843.html
I have a web user control called EditUserInfo.ascx that I'm working on in Visual Studio 2005. I added an <asp:TextBox id="company" runat="server"> to the page and an <asp:RequiredFieldValidator id=...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22863...
Stupid question. I'm trying to add a web control to my .aspx page, and I drag the control from the Visual Studio toolbox to the page. The problem is that the control doesn't get declared in the cod...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22899...