|
Hi,
I am using stored procedure. I tried this sql... But the problem is when executing this stored procedure, I didnt get the return value. If i get, it always be -ve or zero.
Thanks
Regards
Anu Koshy
|
|
|
|
|
So, change the stored procedure to return the value you need. Or, post it here and tell us what you need and we can help.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
on Create Account button click event, write a function to check for UserName already exists by provided the UserName written in textbox as parameter to the function and that function will return a datatable with query in SQL as
SELECT * FROM TableName WHERE UserName = "Value In TextBox"
If datatable has any row, the user exists else not.
- Happy Coding -
Vishal Vashishta
|
|
|
|
|
I beleive the table you are looking for is: sysusers
Something like this ...
select * from sysusers = 'myDesiredUser'
Rememeber the user that you use to issue this query needs to have the necessary security permissions to this system table.
|
|
|
|
|
Oh! the server 2008 is't high ,I am now in user 2005.
But 08 more same with 05 ,may be you can check the user team,
create a new user and give the admin power ,try to enter system!
|
|
|
|
|
How to make a tab control in asp.net with C# in vs 2010
|
|
|
|
|
You can use AjaxControlToolkit for this,
TabControlExtender is the control you have to use.
- Happy Coding -
Vishal Vashishta
|
|
|
|
|
There are a ton of nice, free, jQuery tab plug-ins. Just google jquery tab plugins.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Hi,
When I open a web page using Visual studio and open a modal popup using a button click event on the server side, the modal popup will open. If I try the same using the debug option, modal popup does not show!
Can anybody help me figure this out? If I run the debug, it hits the code but the modal popup does not show up.
Cheers
Berba
|
|
|
|
|
Can you explain what you mean by the debug option? Are you saying you click Run in Visual Studio and it does not work but if you browse to it in IE, instead of through Visual studio it does work?
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
means when i run my project via Visual Studio.. inserting breakpoints in the code and debug the codes
|
|
|
|
|
sir
i want to develop a small website based on the data base. I know litle bit of VB , which are the knowledge is required for the develop of the website
Examble .: Courier company
Regards
mano
|
|
|
|
|
You should really pickup a book or two on ASP.NET and read through them. What is required is too lengthy to be answered fully here.
Failure is not an option; it's the default selection.
|
|
|
|
|
u'll download a opencode website,modify little code,
|
|
|
|
|
What?
Failure is not an option; it's the default selection.
|
|
|
|
|
Really? Quite often, that's harder than starting off from scratch.
|
|
|
|
|
Start here[^].
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
nils illegitimus carborundum
me, me, me
|
|
|
|
|
|
Vb is hard for me ,I am just how to dotnet
|
|
|
|
|
ok u send the details on contact@7weboceans.in i will do it for you but you have to pay
|
|
|
|
|
Hi
When I use of crystal report (sap 13) and .netframework 4 in my application(c#-VS2010) I will be faces with this error :
Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
But when I choose .NetFramework 3.5 , it works fine.
Thanks very much
|
|
|
|
|
modify web.config file,about crystal report configure, .net frameword3.5 and 4.0 import file don't one
|
|
|
|
|
A completely useless and uninformative answer
Failure is not an option; it's the default selection.
|
|
|
|
|
Hi
Almost in all web sites in internet there is a propaganda at left or right top corner of the web site.
Now I want to Use propaganda in my site (VS2010 – C#). HOW CAN I DO IT?
Thanks very much
|
|
|
|
|
By propaganda you mean advertisements. There are many ways. Most sites use services such as adsense[^]. If you want to do it yourself there is the AdRotator[^] control available.
Failure is not an option; it's the default selection.
|
|
|
|