Hi Dear I use VS2005 (ASP.NET 2) In TextBox or MaskedTextBox i want to show numbers with thousand separator like this : 12,254,236 but when i use the mask like 000,000,000 my number shown as 122,542,36 How can i solve the problem?
sasan56
Posts
-
textbox -
TextBoxHi Dear I use VS2005 , in windows app i want to have a thousand separator for numbers that shown in Textbox or MaskTextBox. How can i do that?
-
GridView ProblemHi Dear I use VS2005 (ASP.NET 2) & SQL Server 2005 In a Gridview i have a column that is a foreign key & it's data type is TinyInt. I want to show another data field that is related with master table, like a ComboBox that has 3 parameters (DisplayMember , ValueMember & SelectedValue), but there isn't any SelectedValue paramete in my Gridview ! How can i do that ?
-
SQL Server convertHi Can i convert an SQL Server 2005 bank file to SQL Server 2000?
-
Conver SQL Server DatabaseHi Can i convert an SQL Server 2005 bank file to SQL Server 2000?
-
RadioButtonList ProblemHi In VS 2005 i want when user select an Item of RadioButtonList, the Page postback or SelectedIndexChanged event be fire automaticly. How can i do that?
-
relation in gridviewHi Dear I use VS 2005, in Gridview i have a column that in the Basic Table have a relationship to other Table. I want like a combobox, show another field to the user, not show the forign key. How can i do that?
-
Gridview Number FormatThanks , it work correctly.
-
'integrated security' errorIn ASPSpider.com (Free Learning & Training Hosting)you can add only SQL Express database and in the guide, tell you that chang your connectionstring to this : "Data Source=.\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial Catalog=YourUserId_DatabaseName" i change my connectionstring to above format, but it don't work yet!
-
Gridview Number FormatHi Dear I use VS 2005. in a gridview i set one of numeric column DataFormat String to {0:N} and a number like 123456 at out put is like : 123,456,00 but i want to omit the decimal. like : 123,456 how can i do that?
-
'integrated security' errorI set it to True, but it don't work! the project on my local system work as well.
-
'integrated security' errorHi Dear I registered as ASPSpider.com member. I uploaded my Database and ASP.NET 2005 files in my space, but when i connected to the address http://aspspider.info/sasannaderi/ (you can see it online) this error occured : Keyword not supported: 'integrated security'. My connectionStrings is this : <connectionStrings> <add name=sasannaderi_maskan Data Source=.\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial Catalog=sasannaderi_maskan providerName=System.Data.SqlClient/> </connectionStrings> Can anyone help me to solve the problem?
-
HDD Serial numberHi Dears I want a code to find and get HDD Serial Number without WMI in Windows XP with Framework 2 _ VS2005 Can anyone help me?
-
HDD Serial NumberHi Dears I want a code to find and get HDD Serial Number without WMI in Windows XP with Framework 2 or VS2005 (C# Language) Can anyone help me?
-
Database sampleThanks.you gave me a great help!!!!!!!!!!!
-
Database sampleHi, I want to see a complete sample code for a database with C#.NET & SQL server at Windows Base.where i can find it? can anyone send it to me? -- modified at 17:08 Thursday 1st December, 2005
-
crystal report problemI used Crystal Report 10 for created my report and then i added the report to my project. I opened the report in V.S.2003 and change it, then i saved it in V.S.2003 too. V.S.2003 told me that it's Crystal Report version is older than my Crystal Report version, but i saved the changed report in it. Now when i install the project in a client machine , my report don't work. My language is V.C#.NET & my project is a windows base. what can i do ,to solve this problem?
-
Crystal Report setup problemI used Crystal Report 10 for created my report and then i added the report to my project. I opened the report in V.S.2003 and change it, then i saved it in V.S.2003 too. V.S.2003 told me that it's Crystal Report version is older than my Crystal Report version, but i saved the changed report in it. Now when i install the project in a client machine , my report don't work. My language is V.C#.NET & my project is a windows base. what can i do ,to solve this problem?:^):confused:
-
Microsoft Access passwordHello. I connect to my Microsoft Access DataBase (.mdb) easily. But when i set a password for my database i can't connect to it. The "Data Link Properties" window give error to me !!! Why ?
-
get current row (ADO.NET by C#)Hello In C# windows forms i have some TextBox that are binding to my Dataset.I want to get the current row to set my DataRow for delete the current row ,for using objDataRow.Delete() method How i can do it ?