Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:864186
More Search Options
RSS Available
Matching Posts
Re: I just dont get it... Interfaces vs Multiple inheritance
Hi, As you know instead of multiple inheritance, .NET uses the Interfaces. There are some disadvantages in multiple inheritance as in Java the convinced .NEt not to use it : http://www.javaworld.com/javaqa/2002-07/02-qa-0719-multinheritance.html Interfaces are very useful in designing purpose , you can decide how to sesign and then implement it in the classes. You just create a class and implement the interfaces you need for that class and then just make an instance of it. there are good links on
Posted to
Getting Started
(Forum)
by
khparhami
on 8/9/2009
Re: GridView, get all data of a column and store in string array.
OK , If you don't like SQL then try this one instead : ArrayList aL = new ArrayList(); for(int i = 0 ;i<GridView1 .Rows .Count ;i++) { aL.Add ( GridView1.Rows[i].Cells[1].Text); } good luck
Posted to
Data Presentation Controls
(Forum)
by
khparhami
on 8/5/2009
Re: GridView, get all data of a column and store in string array.
Hi, I suggest you to use ArrayList instead of Array , because the number of fields might not be known. Then you have to read from the Gridview dataSource (it can be a table) . In the following code I used ExecuteReader and the read() method : sqlComm = new SqlCommand(); sqlComm.CommandText = strCommSls; sqlComm.CommandType = CommandType.Text; sqlComm.Connection = sqlCon; sqlComm.Parameters.AddWithValue("Param", ClientName ); sqlComm.Connection.Open(); SqlDr = sqlComm.ExecuteReader(CommandBehavior
Posted to
Data Presentation Controls
(Forum)
by
khparhami
on 8/4/2009
Re: CSS Menus
Hi , Please check the following link: http://www.seoconsultants.com/css/menus/tutorial/ hope it will help
Posted to
Getting Started
(Forum)
by
khparhami
on 8/4/2009
Re: Problem in Internet explorer 8 with JavaScript
Hi, Have you checked the Compatibility view Setting? if not have a look at Tools>Compatibility view Setting and add your website to the list . hope it will help you good luck
Posted to
Client Side Web Development
(Forum)
by
khparhami
on 8/1/2009
Re: Many Roles and Many sitemaps
Hi, The only logical way I know is to check if the user have the role first and then remove other roles from the user and log him in. Then in a proper time give the roles back to the user at logout time. hope it will help good luck
Posted to
Security
(Forum)
by
khparhami
on 7/29/2009
Re: how to position controls in master or content pages
Hi, You have two main ways to position your components in VS 1- Using the HTML tables 2- using DIV tags <div> the first way is easier : you can drag and drop an HTML table from toolbox>html> tables to your page , it gives you a table with default 3 rows and 3 columns. if you are familier with the tables you can ad and remove cells and put your components in proper table cells and use table , tr and td properties to align the components. the second way needs you to know CSS , if so then
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
khparhami
on 7/29/2009
Insert Data into different Tables at the same time
Hi, I have 4 tables which are related to each other. For instance the ClientTable has one column named "RefNumber" and DeviceTable has a column named "ClientRef" wich has the "RefNumber"s of the ClientTable. My question is , how can I insert the Refnumber to ClientRef of DeviceTable whenever I insert a row in clientTable. RefNumber of ClientTable is an automated int. thanks for your advises
Posted to
Data Presentation Controls
(Forum)
by
khparhami
on 7/26/2009
Re: passing value from master page.
Hi, please check the following links: http://alperguc.blogspot.com/2009/05/aspnet-how-to-access-master-page.html http://www.eggheadcafe.com/software/aspnet/33424728/master-page-variable--ac.aspx Hope they will help good luck
Posted to
Web Forms
(Forum)
by
khparhami
on 7/26/2009
Re: Insert Data into different Tables at the same time
Thanks Peter
Posted to
Data Presentation Controls
(Forum)
by
khparhami
on 7/26/2009
Page 1 of 19 (188 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online