- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
27 Posted Topics
How to create a permanent cookie? And I am using Asp.Net 2.0
How to move (or Duplicate) a Microsoft SQL Server Database from One Physical Server to another server (like backup) in vb.net 2.0 ?
How to change screen resolution programmatically in vb.net 2.0 ?
how to convert .aspx file (which is developed for mobile application) to .jad file ?
How to add any user to System Admin role Programmatically in ASP.net 2.0 using SQL Server 2000 ?
How to create my own multiple languages translator in ASP.Net 2.0 ?
How can create HTML Reports (like Crystal Report) in VB.net 2005 ??
How to Send message from ASP.net 2.0 application to Mobile ?
How can I create a multi language, single-file assembly in C#.Net ?
I want to convert a VB6 Application with many Forms to C# .Net 2.0. How can i do it. Is there a tool available?
Hi, You can set the GroupName Property of the Radio Button. Check this topic in MSDN--RadioButton.GroupName Property
Google considers any page with more than 30 links as a link farm. Your main menu on the left already links to the Category and item pages. If you remove the links at the bottom of the pages for the different categories and items, your site will be back in …
You should submit your site to Directories and your inner pages to Deep Links Directories to get free in-bound links.
you can use this method: Dim c As Control For Each c In Page.FindControl("Form1").Controls If TypeOf c Is RadioButton Then If CType(c, RadioButton).Checked = True Then Response.Write(c.ID) End If End If Next You will have to set the same Groupname for the Radiobuttons so that only one is selected at …
set the Autopostback property of the Dropdownlist to "false". In your code it is set to "true" which forces the page to be posted back to the server. Set the Autopostback to false for all Dropdownlis boxes
there is an error in your project. To view the error on your local machine from where you are browsing the site--change the web.config settings. <trace enabled="true" requestLimit="10" pageOutput="True" traceMode="SortByTime" localOnly="false" mostRecent="true"/> This will display the error details on your page. You can set the Page output to false (this …
This error occurs when you don't use the "New" keyword to instantiate the Object. Your code should be either of the following 2: Dim cart as New Cart OR Dim cart as Cart cart = New Cart Regards Sunil Punjabi
See these Articles in MSDN: role-based security, walkthroughs Walkthrough: Creating a Web Site with Membership and User Login (Visual Studio) This should help.
:?: Hi, Can anyone guide me (in detail) on how to create / setup a shopping cart and payment gateway for a website. I need to develop this in ASP.Net 1.1.
Hi, Attached is a zip file with the steps--hope it will be helpful
Hi, i think the following should help / give you an idea (eg retrieves names of members whose dob falls in current month--according to system date) select cname from tablename wherE datepart (mm,convert(datetime,dob)) = (select datepart(mm,convert(datetime,getdate())) )
Maybe you have used a keyword, space, changed the file name. Remove the Exception handling block and specify the Error that occurrs to enable me to evaluate the problem.
1.- is there a way to avoid typing all that each time I want to acces the database (example each button), and if so how. Ans: Declare the con, comando in the General Declarations section. Set the Connection string and command text (con) in the Form_Load event instead of each …
if you have SQL installed --then you also have Books Online installed with SQL which is the help for SQL. If you dont have SQL installed or dont want to--you can still install only BOL. I can send you an Ebook--but is 142 MB and cant be sent thru Dani.
Hi All, I am Sunil from India. I am new to DaniWeb and to Forums so i will need your help. I have been a trainer for Microsoft Certification courses for 6 years. I am an MCP myself and I have now setup a small software development company with a …
The End.
sierrasoft