|
in my site.master i have menutoolbar.
then in my menutoolbar i want my
link me to another page but different view.
how can i use query string in and then retrieve it in another page?
thx for the reply.. ~~_
just asking for your idea i'm just
"Newbie.Programmer" here 
|
|
|
|
|
I am new to angularJS and trying to get off the ground. My question is: Can I use the good old ADO.NET entity data Model to connect angularjs too? I am a bit confused because I want to uses multiple database tables and all the angular examples I've seen so far use only one table in the created database.
|
|
|
|
|
Hi All,
I want to Search Customer name from Data Base using Text Box in C#.Net like Google Search.
Want to list out the Customer Name while typing Customer Name in Text Box from Data Base.
If have any other method give me guidance.
Any help will be appreciated.
Advance Thanks.
Regards,
Prabhu.
|
|
|
|
|
|
i have demo,please give me msg,i send to you
|
|
|
|
|
You would need to use javascript for that and on each keypress or keydown event post the data to the server to query your data from the database.
|
|
|
|
|
Hi All,
I have designed a Report Viewer(Local report) ASP.net with c# 2008.
I am getting the output in my system but while am deploying into server then am getting the below error.
"The definition of the report 'Main Report' is invalid.
The report definition is not valid. Details: Data at the root level is invalid. Line 1, position 1."
I have installed report viewer in my server also.
i have copied my .rdlc file to my server then i have tried but the below the error am getting....
"An error occurred during local report processing"
using Microsoft.ReportViewer.WebForms, Version=9.0.0.0...
Kindly guide me how to rectify this....
Any help will be appreciated
Advance Thanks...
Regards,
Prabhu.
|
|
|
|
|
HI All,
We are develop an Asp.Net web application that work with pervasive 8 databases (OleDB Connection), my problem is when I try to insert a data into employee table with any UTF-8 encoding such as ARABIC,
the following Exception shown:
System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
at System.Data.Common.UnsafeNativeMethods.ICommandText.Execute(IntPtr pUnkOuter, Guid& riid, tagDBPARAMS pDBParams, IntPtr& pcRowsAffected, Object& ppRowset) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForMultpleResults(tagDBPARAMS dbParams, Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
at ClockDB.AbsentRequest.Save(Record rec)
at frmLeave_OverTime.save()
Please help me to solve this issue ASAP if you can.
Thanks All.
|
|
|
|
|
Judging from the messages above, the error is being raised by your database interface, so you will need to investigate what the problem is with the statement it it trying to execute.
Use the best guess
|
|
|
|
|
Hi,
The sql statement is correct and when i execute it in control center it executed successfully.
I Used the Pervasive Database Version 8
|
|
|
|
|
zead wrote: I Used the Pervasive Database Version 8 You may need to try their help forum.
Use the best guess
|
|
|
|
|
Which database engine - Oracle, MySQL, MS SQL Server, ...?
How are the columns of that table defined, most important: the column receiving the arab text.
How does the code look like for inserting the data (e.g. your ClockDB.AbsentRequest.Save(Record rec) method)? Do you use a parameterized query?
|
|
|
|
|
Hi,
The sql statement is correct and when i execute it in control center it executed successfully.
I Used the Pervasive Database Version 8, and I don't use any parameter. just execute an insert statement by
command.executenonequery()
|
|
|
|
|
I have an interesting and rare situation. There is an single stand-alone ASPX and C sharp file I am debugging. It is not part of a project or web site.
It runs with other files and libraries within a folder of other aspx files and other supporting files. Normally I could debug the file by loading it locally in Visual Studio and attaching it to a copy of the web site running from local host. But here is the tricky part and the thorn in my side. The aspx file uses a lot of libraries that are part of the CMS system we have and the associated database is particular of what clients have access to content on the server.
So my best and immediate solution to this problem is to use some sort of method of writing out to file and/or having pop up windows to show the process. How can I do this in aspx? How can I do this in C sharp?
|
|
|
|
|
wanna to create a chatbox in asp.net just like facebook.. please tell me how can i do this please give me best links or suggestions because i surf almost whole google 
|
|
|
|
|
I suggest you google for "SignalR", there are plenty of examples, mostly revolving around chat apps.
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed” “One of the greatest problems of our time is that many are schooled but few are educated”
Sir Thomas More (1478 – 1535)
|
|
|
|
|
i tried this but when i run my package manager console its give me this error
Error: The Package Manager Console requires PowerShell 2.0 runtime, which is not detected on this machine. Please install the PowerShell 2.0 from http://support.microsoft.com/kb/968929 and restart Visual Studio.
then i instal powershell but after that again same error
|
|
|
|
|
Well, you need to install PowerShell 2.0. I suggest you google that.
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed” “One of the greatest problems of our time is that many are schooled but few are educated”
Sir Thomas More (1478 – 1535)
|
|
|
|
|
i instal powershell but after that again same error
|
|
|
|
|
Doe this include the runtime version?
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed” “One of the greatest problems of our time is that many are schooled but few are educated”
Sir Thomas More (1478 – 1535)
|
|
|
|
|
hi to all
i have a serious problem in vs 2012 when i want to working with vs 2012 i face every with this error
Microsoft visual studio 2012 has encountered a problem and needs to close
vs show me this error and restart itself automatically
any one can help me
thanks in advanced
|
|
|
|
|
Don't post the same question in multiple forums.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Hi,
I have a column of type decimal(18,0)?
What it can store?
|
|
|
|
|
The Decimal Data type can store exactly that, a decimal value.
Within your example the 18 means, the number of digits that can be stored and the 0 us the number of digits that can be stored to the right of the decimal point.
See http://www.w3schools.com/sql/sql_datatypes.asp[^]
Thanks,
|
|
|
|
|
In MySQL DB....
decimal(4,2) allows entering only a total of 4 digits. As you see in decimal(4,2), it means you can enter a total of 4 digits... out of which two digits are ment for keeping after the decimal point.
So, if you enter 100.0 in MySQL database, it will show an error like "Out of Range Value for column".
So, you can enter in this range only .... 00.00 to 99.99
|
|
|
|