Thanks Chris. It works now. Just one more Qn.. If this mail confirmation is one time or periodic? Any systematic work reflects its significance for a long time. So let's discuss the best...
rihdus
Posts
-
Non sense at code-project -
Non sense at code-projectI did email verification several times. But still it shows the error: Is your email address OK? You are signed up for our newsletters but your email address is either unconfirmed, or has not been reconfirmed in a long time. Please click here to have a confirmation email sent so we can confirm your email address and start sending you newsletters again. Alternatively, you can update your subscriptions. Any systematic work reflects its significance for a long time. So let's discuss the best...
-
cross domain loginHi there? Go here: http://aspalliance.com/1545_Understanding_Single_SignOn_in_ASPNET_20.all[^]
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
how to check whether the domain name in email id correcthi, there? Generally, Regular Expressions for email are used to validate the syntax. But if you vant to validate one active domain, you can try to connect/ping with the domain entered. You can do it easily at server side code, but it may take a little time to respond. pls refer to System.Diagnostic library for relevant methods.
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
image inside gridviewwhere's code for your image data. something like rawData= (byte[])myData["file"]; and you need to take some template column to display that in Grid. You are missing a lil. see this: http://www.odetocode.com/Articles/172.aspx[^]
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
Server Explorer: Data source not foundYou need a basic course in ASP.NET, Your question is very general. You can start from here http://www.w3schools.com/aspnet/default.asp[^] there's lot to learn as a beginner.
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
contiguous bits algorithm.try this vb code: Private Function GetWordStatus(ByVal word As Integer) As Integer Dim significantLength As Integer = (word & "").Length 'Calculate significant Length of number Dim temp As Integer temp = (2 ^ significantLength) - 1 If Convert.ToInt64(word, 2) = temp Then Return 1 Else Dim cntr As Integer temp = 2 ^ (significantLength - 1) cntr = (significantLength - 1) While cntr > 1 If Convert.ToInt64(word, 2) = temp Then Return 2 Else temp += 2 ^ (cntr - 1) End If cntr = cntr - 1 End While End If ' Return 0 End Function Its not the best but an alternative :)
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
which one would be faster?First one is faster and because of internal smaller array. run following code in VB: Dim i, j As Integer Dim strArr1(10000) As String Dim strArr2(20) As String For i = 0 To 10000 strArr1(i) = i & "" Next For i = 0 To 20 strArr2(i) = i * i * i & "" Next Response.Write(DateTime.Now.Millisecond.ToString()) For i = 0 To 10000 For j = 0 To 20 If (strArr1(i) = strArr2(j)) Then Response.Write("
Hello" & strArr1(i) & strArr2(j)) End If Next Next Response.Write(DateTime.Now.Millisecond.ToString()) For i = 0 To 20 For j = 0 To 10000 If (strArr2(i) = strArr1(j)) Then Response.Write("
Hello " & strArr2(i) & strArr1(j)) End If Next Next Response.Write(DateTime.Now.Millisecond.ToString())Any systematic work reflects its significance for a long time. So let's discuss the best...
-
Playing Songs in Video/Audio player in ASP.NETdo you plan to create some sort of radio/tv broadcasting?
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
generate arrayDo you mean SQL Array for temp use in stored procedures etc or scripting/programming array in application? and whats your platform. for SQL Array : Read following
The ARRAY In SQL Server 2000 [^] In ASP.NET you can use dataset which will provide you the built in rows array for that column.Any systematic work reflects its significance for a long time. So let's discuss the best...
-
Problem with master pagesAre you sure about the path of the image.
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
problem with receiveing value of linkhello prachishah! Though you didnot specify your platform, plz find below my suggestion:- Use target property of link in navigation frame and set another frame's name as a target of link. I think it will solve your purpose :)
Any systematic work reflects its significance for a long time. So let's discuss the best...
-
Need help for Crystal Reporthi, sorry for delay Its basically sql Qn. so u should put it up in sql message board. secondly how its related with Crystal reports. Well, What i understood, You need query design tips. its inbuilt in Crystal reports. plz troubleshoot yourself. or submit it clearly.:) Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth...
-
Preventing control from hiding on a page.what control you are using, plz specific, Is it long loaded List. whats ur question actually :confused: Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth...
-
Pls Help... ASP.NET Upload File to Access Database Questionhi there, plz have alook on it, http://www.stardeveloper.com/articles/display.html?article=2003031201&page=1[^] wish you solve ur problem :) Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth...
-
SQL Queryhi, sorry for the delay i want to help you, will you like to do some application side programming, if you format your output in vb,C# etc. its very easy, but if you not interested in that, let me know, i can send u later:) Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth...
-
storing xml file in sqlserverCan you tell me urgency to store whole file in sql server database. Instead, u can save url of the file and file physically to some folder in server.:) Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth...
-
Refresh Button Codelisten, u have 2 frames, a button (perhaps you have web server control) on page at left frame, and you want to refresh page at right frame when you click the button. Right?? if yes, if not necessary use anchor tag and make its style seeming button plz code to anchor like this <[>Refresh<](file at right frame)> there should be other solutions, but i hv implemented it for my requirement just yesterday.:) Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth...
-
Refresh Button Codetake html button or simple anchor tag set target attribute as the id of the right frame, so when you slick on link at left frame it will reload the page look at following lines <>refresh<> it will help you I hope:) Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth... -- modified at 11:02 Tuesday 27th December, 2005
-
id passif you want to open any page dynamically, create a function in javascript with page name as parameter.:) Any systematic work reflects its significance for a long time, Though I m not totally against "The Prototyping".So let's discuss in depth...