User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 332,577 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,106 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our advertiser:
Showing results 1 to 12 of 12
Search took 0.01 seconds.
Posts Made By: Hosam Kamel
Forum: ASP.NET 16 Days Ago
Replies: 1
Views: 117
Posted By Hosam Kamel
Re: Concept issue, classes in website

the concept of using classes is to interact with your database tables as objects and this of course will be better and easily when need to update certain row or record then you simply update the...
Forum: ASP.NET Apr 6th, 2008
Replies: 1
Views: 241
Posted By Hosam Kamel
Re: Upload directories using asp.net

It's not supported in the Upload control to upload directories instead you can compress this directory and upload it as single file.
Forum: ASP.NET Apr 4th, 2008
Replies: 2
Views: 342
Posted By Hosam Kamel
Re: how to design a website

you should manipulate some CSS into your website , also i recommend to use a design tool for your design task instead of VS to have a full design options and capabilities.

there are also some...
Forum: ASP.NET Apr 4th, 2008
Replies: 2
Views: 333
Posted By Hosam Kamel
Re: asp.net project folder - urgent - reply

Yes it will works , but make sure that the .NET framework is installed on the destination server.
and as a better way publish your website from visual studio or package it.
Forum: ASP.NET Apr 4th, 2008
Replies: 2
Views: 228
Posted By Hosam Kamel
Re: Searching MY DB Records with .NET

you can also use a SQL datasource and assign the select statment mentioned by SheSaidImaPregy to its select query.
Forum: ASP.NET Apr 4th, 2008
Replies: 2
Views: 1,649
Posted By Hosam Kamel
Re: Example of Inserting and Retrieving data from xml file

are you using a BasePage or override any methods manually ?
Forum: ASP.NET Apr 4th, 2008
Replies: 4
Views: 1,680
Posted By Hosam Kamel
Re: message box in c# web application

Use the below mehtod

public static void ShowMessageBox(string message)
{
if (!string.IsNullOrEmpty(message))
{
if (message.EndsWith("."))
...
Forum: ASP.NET Apr 4th, 2008
Replies: 4
Views: 524
Posted By Hosam Kamel
Re: onclick=window.closw()is not working in mozilla firefox...

try

javascript:window.open(’javascript:window.close();’,'_self’,'’);

and please refer to this link for more details
http://www.interwebby.com/blog/2006/02/04/3/
Forum: ASP.NET Apr 4th, 2008
Replies: 2
Views: 193
Posted By Hosam Kamel
Re: asp.net

you have many options to do so depend on what suites you

Session :
Session["Values"] = TextBox1.Text;

QueryString :
Response.Redirect("page.aspx?text=" + TextBox1.Text);

CrossPage Postback...
Forum: ASP.NET Apr 4th, 2008
Replies: 4
Views: 409
Posted By Hosam Kamel
Re: How to add data to the content place holder at runtime

you can use another a[approach by using the new ASP.NET 2.0 control which called MultiView control and set the active view depending on selected dropdown...
Forum: ASP.NET Apr 4th, 2008
Replies: 2
Views: 395
Posted By Hosam Kamel
Re: Parent-child relation in asp.net datagrid control

I'm totally recommended this tutorial for you @MSDN
http://msdn2.microsoft.com/en-us/library/aa479344.aspx

Also the Data access tutorials at ASP.NET website http://www.asp.net/learn/data-access/
Forum: ASP.NET Apr 4th, 2008
Replies: 2
Views: 242
Posted By Hosam Kamel
Re: How to get specific mail id in a textbox

Hello dskumar_85 , you have to implement your custom way either form client side as a validation or ASP.NET validator or event when the user click submit button to verify that the mail he has entered...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 12:40 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC