|
thanx for ur help
but can u tell me how can i use Anthem.net in my project ??
and thanx again for your help
|
|
|
|
|
Is google broken where you live ? Are you just stupid ? I can't help but feel that whatever is stopping you from googling this library, downloading it, reading the docs and using it, will probably also make any answer you may recieve a total waste of time for the person trying to help you.
http://anthem-dot-net.sourceforge.net/[^]
Two seconds with google. You know, the stupidest people seem to be on the ASP.NET forums, I guess that's because most outsourced work, is websites.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
You can use AJAX in any framework you want. It's just javascript. Or, do you mean you want the ASP.NET AJAX framework, that exists to help people who can't learn AJAX for themselves, to work in ASP.NET 1.1 ?
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
hi....
actually am doing a simple application using
" WCF Service Application " & " ASP.NET Web Application "..........
my code is correct and everything is perfect..
but when i run, it displays the following message....
" An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue "
when i run in the morning the output is displayed..but after sometime , when i run it shows that message.....
whats the solution...??...
|
|
|
|
|
Didn't you ask this question already?
|
|
|
|
|
Colin Angus Mackay wrote: Didn't you ask this question already?
3 times and in 3 different Forums
cheers,
Abhijit
CodeProject.Com MVP
|
|
|
|
|
Hi Team,
The given functional is required to upload file without using fileupload
control via asp.net.
Could anybody help me out from this scenario.
Thanks & Regards
Tarini Singh
Sr. Software Engineer. (IT)
|
|
|
|
|
You could use the ASP.NET 1.x solution (before there was an ASP.NET upload control) and create a HTML control instead.
See http://aspnetupload.com/[^] for more details.
|
|
|
|
|
Please guide me the Steps to configure VSS for MS SQL Server 2005
|
|
|
|
|
Amandeep Singh Bhullar wrote: Please guide me the Steps to configure VSS for MS SQL Server 2005
That's very interesting question Amandeep. Even I have never done this thing. Just googling and Got this Link[^]
Hope this will helps you
cheers,
Abhijit
CodeProject.Com MVP
|
|
|
|
|
|
i have installed phalanger.sample application taken from code project is working.in sample project i am getting <%@ Page Language="PHP" in dotnet.But when i create new application(indise that new form) i am not getting Language option as PHP (Language="PHP") .How can i create PHP page inside dotnet.
Thanx
modified on Friday, January 9, 2009 4:43 AM
|
|
|
|
|
Did you read the link that I have provided to you in your Lst Post[^]
cheers,
Abhijit
CodeProject.Com MVP
|
|
|
|
|
Hi All,
Can any one tell me how to block the sundays and saturdays in the ajax calendar extender control.
Thanks in advance...
|
|
|
|
|
Hi
I've created a web setup project that install my asp.net 2.0 in the Default Web Site in IIS.
The problem is in the version of the asp.net in the iis of the current application.it appear 1.1 while i have to set it to 2.0. how can i do that from c# in the installler class.
regards.
dghdfghdfghdfghdgh
|
|
|
|
|
You cannot do it from C# compiler, but you can change the settings of IIS, so that every new virtual directory should have .net2.0 as default framework
|
|
|
|
|
hello
And how to dothat?
the combo in the default web site properties was disabled
regards
dghdfghdfghdfghdgh
|
|
|
|
|
ellllllllie wrote: And how to dothat?
Please check my answer !!
cheers,
Abhijit
CodeProject.Com MVP
|
|
|
|
|
ellllllllie wrote: it appear 1.1 while i have to set it to 2.0.
Yes you can do it very easily.
Step 1 : Make sure you have installed .NET 2.0 Framework on that System
Step 2 : open command prompt
Step 3 : Go to your .NET 2.0 Framework directory
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>
Step 4 : Run aspnet_regiis -i Command
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i
Step 5 : Reset IIS and Check
Let me know when done .
cheers,
Abhijit
CodeProject.Com MVP
|
|
|
|
|
Good Morning Guys
Am used to witting code,not using Wizards especially to do my database work. now i want to enable Paging in my gridview 2.0. Now to enable that i have set the Property of a gridview "Paging" to true, but now i need to handle what the SQldatasource is doing manually. So the Sqldatasource will require a DataSourceid and i have populated a gridview from a Datatable. How can i enable the Paging without SQlDataSource Control?
Thanks
Vuyiswa Maseko,
Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."
C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswam@its.co.za
|
|
|
|
|
Use DataSet , Makes that DataSet as Gridview DataSource , Enable paging of Gridview.
cheers,
Abhijit
CodeProject.Com MVP
|
|
|
|
|
Thank you very much it worked
Vuyiswa Maseko,
Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."
C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswam@its.co.za
|
|
|
|
|
Hi,
1.
i am trying to write an asp.net application,
i have created a db and got my web app to connect and retrieve data.
i have also created a report using crystal, however when i click on the print icon, nothing happens,
it also did not display the icons but i have manage to sort that out.
any ideas why the print icon does not print?
2. i have also tried a work-around to the above by adding a pritn button and printing.
but this prints directly to my default printer.
any idea on how to pop-up the printer dialogue box for printer selection.
thanks in advance....
Anoop
|
|
|
|
|
|
Try using div tag without any height specifications as style tag given below
style="border: 1px solid #000000"
I tested on both browsers, it worked fine.
If you still face problem send me the HTML code. I will work over it
|
|
|
|