I think you should use NVARCHAR data type to store this data into SQL.
Ravindra Bisen
Posts
-
web application for marathi input -
How to Search a Text into a Database objectsHi I found.. SELECT * FROM all_source WHERE Lower(text) LIKE '%reportid%' this will work for Oracle
-
How to Search a Text into a Database objectsThanks Vaibhav... Will it work for SQL 2005
-
How to Search a Text into a Database objectsHi I have to search a string into a database object. the string can be a part of SP or Function or any other sys object. Thanks in Advance
-
Failed to map Path in Report ViewerHi,, I am getting error while using Report Viewer in VS 2005. earlier it was working fine. but it is giving error since when i installed VS2010. But i am working on VS2005. ---------------------
Failed to map the path '/'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.InvalidOperationException: Failed to map the path '/'.
Source Error:
[No relevant source lines]
Source File: c:\Users\RAVIN\AppData\Local\Temp\Temporary ASP.NET Files\dindi\2fc8545a\e6dba941\App_Web_z_wzhh2b.4.cs Line: 0
------------------ Note: I found one solution from Internet that if i run the VS2005 as administration then it is working fine. But i don't want to run VS as Administrator. Please provide me any solution.. thanks in advance.
-
What is Lock in C#Hi i want to design account class. with lock keyword in withdraw method.
-
How to put clipboard data into TextBox<html>
<head>
<title>Java Script - Capita Learning : ClipBoard Data </title><script type="text/javascript" >
function afterPaste(txt) { var T = window.clipboardData.getData('Text'); document.getElementById('Txt\_Data2').value = T; document.getElementById("Txt\_Data3").value = T; var len = T.length; var n = T.indexOf(" "); document.getElementById("Txt\_Data2").value = T.substring(0,n); T = T.substring(n+1,len); len = T.length; n = T.indexOf(" "); document.getElementById("Txt\_Data3").value = T.substring(0,n); document.getElementById("Txt\_Data4").value = T.substring(n+1,len); }
</script>
</Head>
<body>
<p> On Paste event in java script
<p> <Input Type="Textbox" ID="Txt_Data" OnPaste="afterPaste(this.value)" >
<p> <Input Type="Textbox" ID="Txt_Data2" Name="Txt_Data2" >
<p> <Input Type="Textbox" ID="Txt_Data3" Name="Txt_Data3" >
<p> <Input Type="Textbox" ID="Txt_Data4" Name="Txt_Data4" ></body>
</html> -
How to put clipboard data into TextBoxHi , I have a string into clipboard (FirstName MiddleName Last Name). i want to paste this data into three different Textbox by a single paste in First Textbox. ex . if i paste "Ravi Shankar Sharma" then the data should appear like this First Text box : Ravi Second Text Box: Shankar Third text box : Sharma any one can help me
-
How to Generate BarCode in ASP .netHi , I have to develope an application in .net for generating barcode (128) format. Anyone can tell me how to do this. Is there any DLL or OCX available for this. I googled but didn't get proper dll and ocx.:rose:
-
Asp.net and uploading large filesyou can use fileuploader control
-
Insufficient Base Table Information for Updating and RefreshingHi, I have an application in VB6. connecting DB2 database using Neon client DSN connection. I am trying to add new record into a table. I have a TDBGrid in a form which is connected to the rs ADODB.Recordset. When i try to add new record into the TDBGrid and Save it. It gives me the an error "-2147467259 Insufficient Base Table Information for Updating and Refreshing" . I have three Database region. Only in qaulity region it is working fine. Apart from this, It is giving the error for INT,TEST,Production region. However i am using same code for all region. Could you please suggest me Why it is giving the error. Befor posting this Messsage i took googled help but still problem isthere.
-
How to Unhide the Hidden formHi i am new in c#. I am developing an application which have a main form(frmstart) and second form (frmreader). i am moving from frmstart to frmReader form by a button click. it work fine. before moving to frmReader i hide frmStart. now i am on frmReader and i want to return back to my previous frmStart form. which is hidden. please tell me how to unhide the form. # code MovetoFrmReader frmReader R1 = new frmReader(); this.Hide(); R1.Show(); #code Returmback to frmStart this.Dispose(); ??? here in place of ??? what i need to write. Please Help me. Thanks Ravindra :doh:
-
How i Display FLASH image into Netscap NavigatorHi, I am working on a ASP.Net Application . i used object tag for showing the flash image <object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="64" width="60"> <param name="movie" value="SAMPLE.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="SAMPLE.swf"></embed> </object> But it is not working in Netscap Nevigator. Please help me.
-
Nested Master Page ProblemThe situation is like that Level 0ne Link1 Link2 Link3 Level two Link2.1 Link2.2 Link2.3 Level three Link2.1.1 Link2.1.2 Link2.1.3 all level coming from database so i don't want to create upper level menu all time.
-
Nested Master Page ProblemHi all, I need to make an application it should have two level menu. for this i created two master pages. Can i select First master page for second mater page(nested concepts).? I have done that but the content of second level master page is not appearing in the content page of second master page.
-
Click Event of dynamically created Link Button is not workingHi Visnu, Thanks for helping me. It does not change the behaviour of link button. Page_PreInit(object sender, EventArgs e) calls the functions to creats the button programatically but when i click the link button then the dynamic table gets disapeared. for the solution of problem i wrote the code in the Page_load event and got the results. But my question, Is it good thing to call same function again and again and get data from database to create table dynamic for same page?
-
Click Event of dynamically created Link Button is not workingthanks for Helping me. i pasted the code in Page load and it is working fine. but page load call this code on each event call. So is it good things to call and fatch record from database for creating table/grid? again and again for same page?
-
Click Event of dynamically created Link Button is not workingI donk know how to rebind the event please tell me ..
-
Click Event of dynamically created Link Button is not workingHi All, I created a link button dynamically. using following code LinkButton lbt = new LinkButton(); lbt.Text = objDt.Rows[j]["sub_grd"].ToString(); lbt.Click += new EventHandler(ctrl_Click); // not working //then i used lbt.Attributes.Add("OnClick", "ctrl_Click();"); // not working Please Help me... Note : i tried a lot using google help befor posting this thread. :((
-
IIS Requires .Net Framework 3.5IIS Requires .Net Framework 3.5 Hi, I installed the VS2008 in my pc. When i open the Manage->IIS services. it doesn't show the 3.5 Framework in the Website's Properties here it show only 2.5 version. I am using XP operating system. Please Let me know do i need to New version of IIS for 3.5 Framework.