User Profile
Collapse
-
Thanx for appreciation denverc! -
you must be doing something wrong upon clicking the combo box. Why exactly this error is coming can be told after at looking into the code u have written.
RegardsLeave a comment:
-
Hi
use this link for sending mails http://www.systemnetmail.com/
thats gr8 link.. it would definately work for u.
RegardsLeave a comment:
-
On page load event of your of your page re-initialize all controls to have blank values.Leave a comment:
-
Ajax is not a independent technology.. instead its a combination of Javascript and xml. More precisely Ajax is a way of implementing javascript.. so u can't compare javascript and ajax. In conventional way we write javascript in syncronus way and Ajax is about javascript that performs sevral task asyncronously.
But yes writing a javascript ajax way gives you more richer user expLeave a comment:
-
if ur are using .net framework 2.0, then u can run only one in one poolLeave a comment:
-
try manually hitting the web service... this exception usually comes whenever there is some problem in network connectivity.
RegardsLeave a comment:
-
-
Well it should work.. i hav tested it on my machine..
anyway.....can you provide your code so that I can debug it.
RegardsLeave a comment:
-
-
Here is code for you
Dim Name As String
Dim Surname As String
Dim FullName As String
Name = "Nitin "
Surname = " Mittal "
If Surname.Length > 0 And Name.Length > 0 Then
FullName = Name.Trim + " " + Surname.Trim
Else
FullName = Name.Trim
...Leave a comment:
-
its a bit tricky.. the trick is when the page is loaded for the first time same the current date time in session. on the page pre render event same the current date time in viewstate as well. now before you fire your action , u shoul check whether the timestamp in session and viewstate are equal or not. If equal action is allowed otherwise ignore it.
And if user refreshes the page the two values would br different so you can avoid your action....Leave a comment:
-
can u specify what is the thrown exception . I have never seen html files throwing exception.Leave a comment:
-
Hi
try using the code cited at
http://www.dotnetdonkey.com/CodeSnippets/Default.aspx
hope this should work for you....Leave a comment:
-
Leave a comment:
-
dotnet replied to System.NullReferenceException: Object reference not set to an instance of an objectin .NETyou have not created a object of your WPPSystem class.
you can do it as
Dim objWPPSystem as WPPSystem
Regards
Nitin Mittal
http://www.dotnetdonke y.comLeave a comment:
-
why don'y u try with picking up all nodes in SeriesProg tag using
XmlNodeList objNodeList = objDoc.GetEleme ntsByTagName("S eriesProg");
well whenever u serialize a class, classname is root node of the resulting xml.Leave a comment:
-
you need to create a virtual directory for it on your machine or try opening a project from source safe and set its working directoryLeave a comment:
-
Not just C#, infact complete CLR doesn't support mutiple inheritence. However you can achieve your functionality using interfaces.
There are several reasons for multiple inheritence in not introduced in CLR.
First and foremost, .net allows you to use mutiple languages and each of these language would behave differently on how multiple inheritence works over it. So it was difficult for designers to resolve this issue.
...Leave a comment:
-
No activity results to display
Show More
Leave a comment: