Forum: C Mar 12th, 2009 |
| Replies: 6 Views: 592 I do know how to use the socket API's.
I dont want a code or something to solve my problem
when we call connect() it assigns a ephemeral port to the client if we dont hard code the client port... |
Forum: ASP Mar 3rd, 2009 |
| Replies: 7 Views: 1,706 compare dropdownlist.selecteditem to the course and fiil in the text box.check the command cause am not quit sure about it but it must be similar to it. |
Forum: C Mar 3rd, 2009 |
| Replies: 6 Views: 592 It seems the forum is not helpful any more.
anyways thanks for giving such replies.
All i needed to know was that does connect() function in C maintain a table from which it comes to know that... |
Forum: C Feb 24th, 2009 |
| Replies: 6 Views: 592 connect() system call fails while client tries to connect to a server givin duplicate name error.Can you please suggest me a way to remove this error?
Also I would like to know can we check if a... |
Forum: Kernels and Modules Feb 19th, 2009 |
| Replies: 0 Views: 1,389 Can a kernal sometimes assign a duplicate port(i.e an already used port) to a soket? |
Forum: ASP.NET Apr 8th, 2008 |
| Replies: 10 Views: 2,004 it worked.the change i needed to make was at the sql query.one sud write dbo.functionname(parameter).
thanks 4r ur help |
Forum: ASP.NET Mar 19th, 2008 |
| Replies: 2 Views: 8,974 i wud like 2 display a alert message with a Ok button.and wen the user clicks ok he must b redirected 2 a specified page.i tried in the following manner bt in dat case it only redirects n does... |
Forum: ASP.NET Mar 14th, 2008 |
| Replies: 3 Views: 907 it is available.i hv tested it.the problem is that for eg it will display record 1,2 , 4,5,9.it misses records in between as in the eq it misses record no 3,6,7,8. |
Forum: ASP.NET Mar 13th, 2008 |
| Replies: 3 Views: 907 when i try to retrieve data from multiple tables and display the data in a datagrid it does nt display all the records i.e., it misses some of the record.what cud b d reason.below is my code:-
... |
Forum: RSS, Web Services and SOAP Mar 13th, 2008 |
| Replies: 4 Views: 1,962 i got it.bt can i store the value in a session variable in an XML file.if yes can u giv me the code |
Forum: RSS, Web Services and SOAP Mar 10th, 2008 |
| Replies: 4 Views: 1,962 |
Forum: RSS, Web Services and SOAP Mar 4th, 2008 |
| Replies: 4 Views: 1,962 can session variable be used in XML file |
Forum: ASP.NET Feb 28th, 2008 |
| Replies: 10 Views: 2,004 i tried the function shown above but it did not help.it gave error |
Forum: ASP.NET Feb 27th, 2008 |
| Replies: 10 Views: 2,004 thanks for your suggestion but i am using the same data gridto display data from different tables.so everytime the column no of the date column does not remain same so i cannot use the RowDataBound... |
Forum: ASP.NET Feb 27th, 2008 |
| Replies: 4 Views: 795 but how to assign color and font to a html button.i tried but was unsuccessful in doing so |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 4 Views: 795 i have a login page with a login button and reset button.now when the user enter its id and password and then press enter both the user id and password textbox becomes blank.i checked the tabbed... |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 5 Views: 1,747 where do i write the above script |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 10 Views: 2,004 in the database i have certain date as 01/01/1900.now while displaying this in the data grid along with the other columns i would like to display all the dates having value 01/01/1900 as blank.is it... |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 5 Views: 1,747 how do i disable the BACK button of IE.can it be done using session.if so can anyone please explain me how it works and give me a bit of information about this session thing as i have no idea about... |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 5 Views: 1,133 i tried your suggestion and it gives the following exception
System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been... |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 2 Views: 1,295 |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 2 Views: 1,295 :icon_question:
i have a button in my web page and want it to print sumthing when clicked
hw do i do it?
i tried using window.print() but it doesnt work |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 5 Views: 1,133 i suppose the SMTP is enabled.would you please tel me how to check whether it is enabled or not so that i can be sure.
if thats not the problem then why didnt my code work. |
Forum: ASP.NET Feb 22nd, 2008 |
| Replies: 4 Views: 783 thanks a lot guys.your suggestions really worked |
Forum: ASP.NET Feb 20th, 2008 |
| Replies: 4 Views: 783 m new 2 asp.net.
my prob is after populating the dropdownlist with data from the database wen i select an item it select only the first item.following is my code.where did i go wrong
code:-
... |
Forum: ASP.NET Feb 20th, 2008 |
| Replies: 5 Views: 1,133 i am developing a web application and would like to sent an email from it.hw do i do it.the following is my code.where did i go wrong as it does not work
code:--
Private Sub... |