Search Result
Collapse
4 results in 0.0043 seconds.
Keywords
Members
Tags
-
Windows Media Player Components
Is there any possibillity that when I first run on my pc Windows Media Player after prompt configuration begin install asp, aspx, asp .net components, libraries, and drivers? -
display SqlDataReader values bound to labels MSSQL C#
I have very limited knowledge on asp .net using c#. I am trying to fetch data from my mssql database and display the value on my page. I have succeeded to display it using datagrid. But I want it to diplay attached to labels or text boxes.
Below is the code that I have made but it is throwing error
Code:<%@ Page Language="c#" %> <%@ import Namespace="System.Data" %> <%@ import
-
How do i do two consecutive WebRequest.GetResponse ?
i'm new to c#
the following is my code:
*************** *************** ************
HttpWebRequest myRequest = (HttpWebRequest )WebRequest.Cre ate("http://www.google.com" );
HttpWebResponse myResponse = (HttpWebRespons e)myRequest.Get Response();
myResponse.Clos e();
myRequest = (HttpWebRequest )WebRequest.Cre ate("http://www.mns.com");
myResponse = (HttpWebRespons e)myRequest.Get Response();... -
ActiveX control does not appear on client machine
Hi Guys,
Lot of Thanks in Advance... ! :)
dear i have a problem regarding to ActiveX control, I developed a user control using WPF project and embeding it in my ASP .Net page, after deployment when I browse the page on the server machine "http://Localhost/etc", the ActiveX control appears on the page, but when I browse it on the client machine on the intranet or internet it does not appears... ! :(
...