- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
Hi dear S/W Eng and Asp.net c# Developer. I am facing a big problem during converting a textbox value to decimal. baceous the Database type of that variable is decimal(4,4) that is client requirement.From front end when we passing a value like 1234.0000 MSSQL throws exception "Fail to convert numeric … | |
Hi dear S/W Eng and Asp.net c# Developer. I am facing a big problem during converting a textbox value to decimal. baceous the Database type of that variable is decimal(4,4) that is client requirement.From front end when we passing a value like 1234.0000 MSSQL throws exception "Fail to convert numeric … | |
Hi Every one. Dears i need to store a decimal value into the database inside the db its type is decimal(4,4).From c# code i explicitly convert the textbox value to decimal bt it throws exception.If i change the decimal(4,2) its work fine but my requirement is that i want to … | |
Dear Developers/S.E. I got a serious issue when i implemented auto complete from this link [url]http://www.codeproject.com/KB/aspnet/Autocomplete.aspx[/url] it is functioning but it give all matching suggestion in single line. I attach a jpg of my implemented result. please help me out.Thanks in advance. | |
Daers pls help me. When use 'Ampersand' symbol & for 'and'. It stored in database as '& ' but when i fetch in textbox it display & how to handle this problem. | |
ASP.NET Pls any one check this Javascript <%@ Control Language="C#" AutoEventWireup="true" CodeFile="tt_suppliegroupsetup.ascx.cs" Inherits="UserControls_tt_suppliegroupsetup" %>(here it indicates Too many characters in character literal) <script type="text/javascript"> function SetContextKey() { $find('<%=AutoCompleteExtender1.ClientID>%').set_contextKey($get("<%=ddlCities.ClientID %>").value); } | |
Hi dude i am facing a little problem.When i first time implemented auto complete suggestion it work properly but now after one month i use many other field to extend them as auto suggestion all of them are working but give suggestion in a single line.Please any one give me … ![]() |
The End.