Search Results

Showing results 1 to 40 of 50
Search took 0.01 seconds.
Search: Posts Made By: sierrainfo ; Forum: ASP.NET and child forums
Forum: ASP.NET Jan 16th, 2009
Replies: 2
Views: 587
Posted By sierrainfo
Try this links

http://faqfront.com/document/sql-server-session-state

http://en.csharp-online.net/ASP.NET_State_Management%E2%80%94Storing_Session_State_out_of_Process
...
Forum: ASP.NET Jan 1st, 2009
Replies: 9
Views: 3,584
Posted By sierrainfo
hope it will help you.

http://www.15seconds.com/issue/060323.htm

http://www.c-sharpcorner.com/UploadFile/raj1979/GridViewExample11232008075052AM/GridViewExample.aspx
Forum: ASP.NET Dec 22nd, 2008
Replies: 3
Views: 697
Posted By sierrainfo
http://en.wikibooks.org/wiki/Active_Server_Pages/Differences_between_ASP_3.0_and_ASP.NET

http://www.techiwarehouse.com/cms/engine.php?page_id=61d8b135

http://www.tutorial-web.com/asp.net/
...
Forum: ASP.NET Dec 22nd, 2008
Replies: 4
Views: 892
Posted By sierrainfo
Try this following links. Hope it will help you.

http://www.beansoftware.com/asp.net-tutorials/generating-excel-reports.aspx
...
Forum: ASP.NET Dec 3rd, 2008
Replies: 12
Views: 4,694
Posted By sierrainfo
hope it will help u.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=109&AspxAutoDetectCookieSupport=1

http://www.codeproject.com/KB/aspnet/ASPXFILES.aspx
Forum: ASP.NET Dec 3rd, 2008
Replies: 2
Views: 638
Posted By sierrainfo
http://www.aspnettutorials.com/tutorials/database/db-repeater-aspnet2-vb.aspx

http://www.devasp.net/net/articles/display/663.html
Forum: ASP.NET Dec 3rd, 2008
Replies: 10
Views: 1,017
Posted By sierrainfo
see the link

http://www.west-wind.com/WebLog/posts/1646.aspx
Forum: ASP.NET Nov 21st, 2008
Replies: 1
Views: 735
Posted By sierrainfo
See the following links. I hope it will help u.

http://www.codeproject.com/KB/aspnet/webconfig.aspx

http://www.asp.net/Learn/data-access/tutorial-73-vb.aspx
...
Forum: ASP.NET Nov 21st, 2008
Replies: 2
Views: 667
Posted By sierrainfo
http://msdn.microsoft.com/en-us/library/bb426882.aspx
Forum: ASP.NET Nov 20th, 2008
Replies: 3
Views: 549
Posted By sierrainfo
See the following links. Hope it will help u.


http://www.codeproject.com/KB/aspnet/EmailApplication.aspx

http://www.learnxpress.com/modules/contents/channels/prog_aspnet_2_email.aspx
...
Forum: ASP.NET Nov 20th, 2008
Replies: 4
Views: 943
Posted By sierrainfo
try this :

Response.Write("<script>alert('Hello')</script>");

also see the following link

http://weblogs.asp.net/bleroy/archive/2005/12/01/432016.aspx
Forum: ASP.NET Nov 20th, 2008
Replies: 3
Views: 1,111
Posted By sierrainfo
http://asp-net-whidbey.blogspot.com/2006/04/generating-pdf-files-with-itextsharp.html

http://www.developerfusion.com/code/5682/create-pdf-files-on-fly-in-c/


hope it will help u
Forum: ASP.NET Nov 20th, 2008
Replies: 2
Views: 1,421
Posted By sierrainfo
hope it will help u

http://www.c-sharpcorner.com/UploadFile/scottlysle/CsharpWebVideo04212007133218PM/CsharpWebVideo.aspx
Forum: ASP.NET Nov 20th, 2008
Replies: 3
Views: 2,152
Posted By sierrainfo
http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic60802.aspx

http://www.codeproject.com/KB/aspnet/crCode.aspx
Forum: ASP.NET Nov 20th, 2008
Replies: 3
Views: 921
Posted By sierrainfo
hi

http://chiragrdarji.wordpress.com/2007/08/31/storing-and-retrieving-docpdfxls-files-in-sql-server/

hope it's able to help u
Forum: ASP.NET Nov 20th, 2008
Replies: 4
Views: 943
Posted By sierrainfo
MsgBox("Your Message", MsgBoxStyle.Information, "Your Title")
Forum: ASP.NET Nov 18th, 2008
Replies: 4
Views: 2,336
Posted By sierrainfo
com = New SqlCommand("Update prod_details Set price ='" & price.Text & "',qty='" & qty.Text & "',desc='" & desc.Text & "' where cname='" & cname.Text & "' and pname= '" & pname.Text & "' and mno= '"...
Forum: ASP.NET Nov 18th, 2008
Replies: 5
Views: 33,683
Posted By sierrainfo
See the links :

http://devsushi.com/2007/07/16/aspnet-checkboxes-should-be-able-to-have-values/

http://www.java2s.com/Code/ASP/Asp-Control/GetselectedvaluefromaspcheckboxlistVBnet.htm
Forum: ASP.NET Nov 18th, 2008
Replies: 1
Views: 737
Posted By sierrainfo
See the following link for solve to your problem.

http://www.c-sharpcorner.com/UploadFile/scottlysle/CsharpWebVideo04212007133218PM/CsharpWebVideo.aspx
Forum: ASP.NET Nov 18th, 2008
Replies: 2
Views: 3,661
Posted By sierrainfo
Try the following Steps :

Go to the folder C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG

Select the Machine.config and then find the tag <DbProviderFactories> under <system.data>.Then...
Forum: ASP.NET Nov 17th, 2008
Replies: 2
Views: 3,672
Posted By sierrainfo
A simple code on how to connect sql 2005 from VB.Net or ASP.Net via SQL connection string, and the use of ExecuteNonQuery()

method to execute the command and the try and catch to catch errors...
Forum: ASP.NET Nov 17th, 2008
Replies: 2
Views: 355
Posted By sierrainfo
Use a Login Control and setup users with the help of asp.net configuration tool.
Forum: ASP.NET Nov 15th, 2008
Replies: 3
Views: 1,466
Posted By sierrainfo
Try to following code and it's insert after your connection string code.
Forum: ASP.NET Nov 15th, 2008
Replies: 2
Views: 2,881
Posted By sierrainfo
See the reference link :

http://support.microsoft.com/kb/308825
Forum: ASP.NET Nov 15th, 2008
Replies: 4
Views: 7,470
Posted By sierrainfo
see the link to solve your problem :

http://www.pin5i.com/showtopic-7166.html
Forum: ASP.NET Nov 14th, 2008
Replies: 4
Views: 2,334
Posted By sierrainfo
use "+" instead of "&"
like

cmd.CommandText = "insert into kumar values( " + TextBox1.Text + " ,' " + TextBox2.Text + " ')";
Forum: ASP.NET Nov 14th, 2008
Replies: 1
Views: 1,431
Posted By sierrainfo
RegisterClientScriptBlock is for returning blocks of client-side script containing functions.
RegisterStartupScript is for returning blocks of client-script not packaged in functions-in other...
Forum: ASP.NET Aug 13th, 2008
Replies: 2
Views: 470
Posted By sierrainfo
If you are using .Net2.0, you can either create the project in File System, localhost (IIS) or FTP. But since you have already created the project in File System, you can now create a virtual...
Forum: ASP.NET Jul 17th, 2008
Replies: 4
Views: 1,406
Posted By sierrainfo
Well--if the images are stored in a folder - you have to specify the folder. Currently you have specified that the image should be retrieved from the root folder:
Image1.ImageUrl =...
Forum: ASP.NET Jul 17th, 2008
Replies: 5
Views: 7,374
Posted By sierrainfo
You have to configure IIS to support ASP.Net for the Msgbox code to work. Is your IIS configured for ASP.Net?
Forum: ASP.NET Jul 16th, 2008
Replies: 4
Views: 1,406
Posted By sierrainfo
What is the "IM" that you have assigned the record to -- IM = dr.Item("pictureName")// picture name
Forum: ASP.NET Jul 16th, 2008
Replies: 5
Views: 7,374
Posted By sierrainfo
You can use MsgBox -- just like in VB6.
Forum: ASP.NET Jul 14th, 2008
Replies: 1
Views: 406
Posted By sierrainfo
This link in Online MSDN contains all you need and more. The Links to the topic you need are half way down the page--so dont miss them:
http://msdn.microsoft.com/en-us/library/3hc29e2a.aspx
Forum: ASP.NET Jul 14th, 2008
Replies: 4
Views: 714
Posted By sierrainfo
You can also use this: RadioButton.GroupName Property

Use the GroupName property to specify a grouping of radio buttons to create a mutually exclusive set of controls. You can use the GroupName...
Forum: ASP.NET Jul 14th, 2008
Replies: 2
Views: 389
Posted By sierrainfo
I hope you are using .Net2.0

1. Set the RadioButton.GroupName Property for both Radio Buttons.

Use the GroupName property to specify a grouping of radio buttons to create a mutually exclusive...
Forum: ASP.NET Jul 5th, 2008
Replies: 3
Views: 831
Posted By sierrainfo
Hi,

Your problem is unusual. I dont think there is a straightforward way to do what you want to do with Sessions.

But here is a solution for whatever it is worth-may or may not work. In any...
Forum: ASP.NET Jul 3rd, 2008
Replies: 2
Views: 1,973
Posted By sierrainfo
Check out this Article -- http://www.developer.com/net/asp/article.php/3299641.

The Answer to your problem is in this Article.
Forum: ASP.NET Jul 3rd, 2008
Replies: 2
Views: 1,993
Posted By sierrainfo
Hi,

There are 2 <system.web> sections in your config file. Remove this -
<!--sysytem.web tail @0-49F1C7C6-->
<system.web>
</system.web>
<!--End sysytem.web tail-->

Then move the sections...
Forum: ASP.NET Jul 2nd, 2008
Replies: 7
Views: 2,857
Posted By sierrainfo
You should not create the DB on your local computer by specifying the App_Data folder in your project. Create it on any other folder and Drive and specify the path in the connection string.
...
Forum: ASP.NET Jul 2nd, 2008
Replies: 7
Views: 2,857
Posted By sierrainfo
Please do post the code for the connectionstring / membership providers from the web.config file.
Showing results 1 to 40 of 50

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC