That's what the smartphone is for, so he can call google to do the research on how to build a smartphone application; damned paradox.
Panic, Chaos, Destruction. My work here is done.
Then do it. Just handle the keypress of the textboxes you want, and use javascript to put dashes between numbers. You might also consider Regular Expression to validate the CNIC number after user input. (Might also make use of RegularExpressionValidator).
\d{5}[-|]\d{7}[-|]\d
I think this will work as regular expression. Try it. Well I agree, it can be made shorter. Cheers. :rose:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript
When you are getting this error ? Your application is running from Visual Studio or IIS ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
you can use an image control. lets say you are Displaying a username you can bind a Username to a Label and bind the icon to a image control. like this
<ItemTemplate>
<asp:CheckBox ID="CheckBox1" runat="server" /> <br />
<asp:Label ID="myLabel" runat="server" Text= '<%# Eval("Title")%>'/>
<asp:Image ID="myicon" runat="server" ImageUrl="~/icon.gif" />
</ItemTemplate>
hope this Helps
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
Rather unclear here. Do you mean to start the windows calc program? If yes, then have a look at launching external processes from java; check using this site[^].
Panic, Chaos, Destruction. My work here is done.
you can refer the connection strings provided here www.connectionstrings.com Refer below article, it will let you create users and their roles in your MS SQL DB http://www.eggheadcafe.com/tutorials/aspnet/c4fa77c9-c3bb-4c16-b4ae-3be0ec6d760e/sql-server-security.aspx[^]
Despite the cross posting and reposting and everything else. Did you try Google? I thought to see what a typeahead control is and top of the search results comes this Code Project Article. Type-Ahead suggest textbox server control with Google AJAXSLT[^] Your answer may be there, and if it is not I am sure the author can help you out if you post against that article. Failing that there seems to be a load of other pages about the subject acording to Google.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) www.JacksonSoft.co.uk
Then my suggestion to you is: Go back to your original post and continue the discussion there. If people know the answer to your question, I'm sure you will get the help needed. Posting the same question 4 times crossing various forums is not going to help you one bit.
They are assuming you're using a standard TextBox control. You appear to be using a third party control. Check the documentation on the control or contact the people who wrote it for support. I've never used it...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...