Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~758 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Mohsin AITS

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 …

Member Avatar for crishlay
-1
155
Member Avatar for Mohsin AITS

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 …

Member Avatar for crishlay
0
110
Member Avatar for Mohsin AITS

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 …

0
54
Member Avatar for Mohsin AITS

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.

Member Avatar for hericles
0
52
Member Avatar for Mohsin AITS

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.

0
49
Member Avatar for Mohsin AITS

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); }

Member Avatar for Mohsin AITS
0
250
Member Avatar for Mohsin AITS

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 …

Member Avatar for stbuchok
0
88