- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
Re: Hi, The following is one method of do the above. but there are much more better methods of achieving the same Place one Label, Button and a HiddenField in the ASPX page [code] using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using … | |
Re: Hi MsgBox function would not work on ASP.Net pages instead try using this to show alerts Replace the following [code] MsgBox("this room is booked from " & dr(0).ToString().Substring(0).Remove(10) & " to " & dr(1).ToString().Substring(0).Remove(10) & ".so this room is available from the date " & dr(1).ToString().Substring(0).Remove(10) & " onwards! ") … | |
Re: Try with this connection string in the web.config file [code] <connectionStrings> <add name="DBConnection" connectionString="Data Source=localhost\SQLExpress;Initial Catalog=test;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> [/code] [QUOTE=Ninjabear;1109389]Hi. I'm new to ASP.net and I'm having a bit of trouble with loading information in from web.config. I've stored my database connection in the web.config and the rest … | |
Re: Can you please elobarate the structure of Customer in order to proceed.. | |
Re: Hi, I really dont know whether you are looking for this. I have changed the script block to suit ur requirement. [code] <SCRIPT LANGUAGE='javaScript'> var puzzle='rabbit'; var input; var i=0; input=window.prompt('White and fast with four legs ??guess the answer',' '); while (puzzle != input) { if (i == 0) { … | |
Re: [QUOTE=Nfurman;1094007]Hi, I am trying to make some "a la captcha" it must be simple, but not for me. my code is: [CODE] using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class _Default : System.Web.UI.Page … |
The End.