Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

27 Posted Topics

Member Avatar for sierrasoft
Member Avatar for sierrasoft

How to move (or Duplicate) a Microsoft SQL Server Database from One Physical Server to another server (like backup) in vb.net 2.0 ?

Member Avatar for samir_ibrahim
0
218
Member Avatar for sierrasoft
Member Avatar for sierrasoft
Member Avatar for sierrasoft

How to add any user to System Admin role Programmatically in ASP.net 2.0 using SQL Server 2000 ?

0
61
Member Avatar for sierrasoft
Member Avatar for sierrasoft
Member Avatar for sierrasoft
Member Avatar for sierrasoft
Member Avatar for sierrasoft

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?

Member Avatar for mjuras
0
506
Member Avatar for brightline

Hi, You can set the GroupName Property of the Radio Button. Check this topic in MSDN--RadioButton.GroupName Property

Member Avatar for pfdsilva
0
175
Member Avatar for ChrisMillard

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 …

Member Avatar for kronikmedia
0
132
Member Avatar for vouge34

You should submit your site to Directories and your inner pages to Deep Links Directories to get free in-bound links.

Member Avatar for 2bu
0
99
Member Avatar for manjusaharan
Member Avatar for manjusaharan
0
74
Member Avatar for evios

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 …

Member Avatar for sierrasoft
0
78
Member Avatar for Soteriologist

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

Member Avatar for sierrasoft
0
131
Member Avatar for successalways

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 …

Member Avatar for sierrasoft
0
121
Member Avatar for firebirds98

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

Member Avatar for harivb
0
157
Member Avatar for Jihad

See these Articles in MSDN: role-based security, walkthroughs Walkthrough: Creating a Web Site with Membership and User Login (Visual Studio) This should help.

Member Avatar for noldbcat
0
125
Member Avatar for sierrasoft

:?: 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.

Member Avatar for SheSaidImaPregy
-1
151
Member Avatar for cancer10
Member Avatar for BoimSoulPower
0
111
Member Avatar for cancer10

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())) )

Member Avatar for Killer_Typo
0
96
Member Avatar for Esther

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.

Member Avatar for QVeen72
0
137
Member Avatar for Xelloss

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 …

Member Avatar for Anirudha
0
197
Member Avatar for Mohandsa

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.

Member Avatar for Member #114696
0
140
Member Avatar for Dhruv Shah
Member Avatar for sierrasoft

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 …

Member Avatar for happygeek
0
41

The End.