Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #17.2K
~6K People Reached
About Me

Senior Software Engineer

Favorite Forums
Favorite Tags
Member Avatar for hanusoft

This is an example of Inserting and Retrieving data from xml file. [code]private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here if(!IsPostBack) { BindGrid(); } } private void BindGrid() { ds = new DataSet(); try { ds.ReadXml(@"c:\inetpub\wwwroot\WebApplication10\XMLFile1.xml"); DataGrid1.DataSource = ds; DataGrid1.DataBind(); } catch(Exception …

Member Avatar for ramkumar8765
0
498
Member Avatar for ameenu
Member Avatar for Jihad

I want to know what is the best practice. I am developing a website. I think that I don't need to make any class for any object in the database. But some people say that I should make classes because this is the best practice for developing a websit, but …

Member Avatar for Hosam Kamel
0
58
Member Avatar for dskumar_85

hai friend's .... now i have developing one website , how to design the website most effectivly , because in VS2005 the button and some other control's r have only one design , if i have give back color and border color mean then button r not seen effectivly , …

Member Avatar for dskumar_85
0
73
Member Avatar for sbv

hi all i am searching for implementing a parent-child relation in datagrid (something like tree view). actualy i did this in vb.net using a datatable and navigation property of vb.net datagrid. please help me for this.

Member Avatar for sbv
0
95
Member Avatar for Vanetha1806

I have to upload the whole folder and their files and subdirectories . When i use fileUpload in asp.net 2.0, i am not able to select the folder ( i want to select the folder name and upload ) but instead it goes deeper to select a single file. How …

Member Avatar for Hosam Kamel
0
58
Member Avatar for namsSoftee

Hi Frndz , Suppose i am copying a project from one system to another system, Its enough to copy the project folder and place it ah ? Any other additions i need to make in the destinatioin system ? i mean copying a web application developed using asp.net in vb.net. …

Member Avatar for Hosam Kamel
0
93
Member Avatar for scottmichael

I am new to .net and want to create a search field that querries my SQL database then display results sort of like google. Meaning query all fields for %Like% statements. I am using Visual Studio 2005.

Member Avatar for Hosam Kamel
0
82
Member Avatar for priyamsc

hi, In my internet explorer the onclick =window .close() is working in my home(i have used html control instead of asp control).. but in my office its not working because here we r using mozilla firefox...but here too its working in internet explorer..but i need to show this in mozilla …

Member Avatar for Hosam Kamel
0
131
Member Avatar for rdaptl
Member Avatar for Hosam Kamel
0
79
Member Avatar for psspl

hi all, i am developing a content management system in asp.net with C#. i have a master page named "Master1.master" with 5 content place holders-"cphHeader, cphLeft,cphCenter,cphright,cphbottom". i have another default.aspx page which is inherited from the "Master1.master". it takes as input,the following fields from the user : 1. text to …

Member Avatar for Hosam Kamel
0
445
Member Avatar for dskumar_85

hai ...... how to enter the specified (company e-mail id) in a textbox and restrict the other e-mail id's like gmail , yahoo .rediff etc ... by using asp.net 2005 ...

Member Avatar for Hosam Kamel
0
62