No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Me is a web developer in an Egyptian Comopany in Egypt...
Very interesting of the .NET technology...
I love coding soo soo much .
- Interests
- Playing Music
23 Posted Topics
Hi all I have a problem in paging datagrid .. I have a datagrid and i have template columns in it - is that affect on paging ? , so why paging doesn't work . i tried the following code after allowing paging to datagrid: private void DataGrid1_PageIndexChanged(object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs … | |
Hi all, I have a server in our network contains the database of the project (SQL Server 2005). Suddenly a developer computer couldnot connect to the database which in that server. and now another computer did the same. The strange is the designer computer which still connecting to the server. … | |
Hello all , I face a problem these days in converting my application into divs. Datalist is rendered as a table tag. To Avoid that i made RepeatLayout="Flow". It worked fine ( rendered as span) , but it looks to ignore RepeatColumns Attribute; All records have one column. And it … | |
Hi all, I am very happpy to return back again to you. This time i have a critical problem about uploading files on the server by asp.net. I choosed the HTML control "File" and Make it run as server control , and got its file name by the statement [COLOR=Blue]string … | |
Hi All, I hope all are fine. As the title says .. I made a web application to work in an intranet and domain network (Active directory). In installation i faced the following problems :- [LIST] There is a form getting the logged in user data from the active directory … | |
[B]Hi all how r you !! I miss u all very much .. I make a project of internal web application. This application should have a full mail system (inbox , compose , ... , etc). Can any one help me to create it or to find a free control … | |
Hi all , I come today with other problem .. I am developing a web project which has two phases (English,andArabic). The english phase works well. The problem in the arabic one which appears in strange letters . The strange in the matter is that the arabic project works good … | |
Hi all, I focus now a new problem . I want to make the user upload a complete Folder to the server . Not file by File How can i do it . and also if any one have a control (Browsing directory) instead of HTML file input? Thanks:rolleyes: | |
Hi all I was in need to add controls dynamically to a apanel , I did that. The problem when i want to read their values . I can't do that Adding code [CODE] For i = 1 To count Dim uu As New Unit(50) Dim hl As New Label … | |
[CENTER][B]Hi all, I am want to know if i can create files and work in streams by javascript . if that is available please send to me the idea and the code if available. Thanx.[/B][/CENTER] | |
Re: Hi You may used a web control named file control in asp.net 2.0 that is better than the html control file in the asp.net 1.0 , so u can use its data by the property [COLOR="RoyalBlue"]File1.PostedFile[/COLOR] which File1 is the control . if you want to get the lenght of … | |
Re: You can do that by javascript window.open() function [COLOR="RoyalBlue"]window.open('Temp.aspx','mywin','left=20,top=20,width=50,height=50,toolbar=0,resizable=0'); [/COLOR] If u want to but an action in close button use the following code [CODE]<script type="text/javascript"> function rr() { if (window.event.clientX < 0 && window.event.clientY < 0) { //put here your action } } </script> <body onunload="rr()" > [/CODE] | |
Re: The best way is to use an HTML control instead of Web control use text filed from HTML tab instead of TextBox in Web Controls Tab and then right click on it -> run as server control . then you can use it as a server control (in asp.net) and … | |
Re: Hi You can do that by a javascript timer with the function setTimeout(func,interval) | |
[B]Hi all The problem is the following : [list]I am in a project that contains a table of users[COLOR=Green](user_tbl)[/COLOR] and another table of groups[COLOR=Green](Group_tbl)[/COLOR] . and each group can contains multi-user by [U]Group_Id[/U] which is foreign key in [COLOR=Green]user_tbl[/COLOR] . [/list] [list]I am now about creating a trigger that happens … | |
[B]Hi all I am here again ,and this time i returned back and with my hand a problem in SQL server not in asp.net . The problem is the following : [list]I am in a project that contains a table of users[COLOR=Green](user_tbl)[/COLOR] and another table of groups[COLOR=Green](Group_tbl)[/COLOR] . and each … | |
Re: Hi eman The Matter needs from you to establish a plan of the project interface on the paper . Then you can design the databse ,and replan the interface on the dotNet inveronment . | |
Hi my friends, how r you i asked to perform a calendar in a web site .. the calendar may be simillar to the Calendar control of the ASP.NET , but i asked to put on it - beside every day- a comment got from a database . i just … | |
Re: Hi , you can do that by simply converting any file to an array of bytes - bytes[] (in c#) or bytes() (in vb.net) . you can add an HTML control ( file )-which browses on file name - and let its name file_upload , right click and selct "run … | |
Re: I am sorry but i can't understand you .. do you mean move all the record data from one position to another .. and give me breif decription of the table design and the moving purpose in order to help you .. | |
Hi all I changed my account from 'Web Develpoer' to 'web developer' because of wrong fast typing spelling ... Thanks very much | |
Hi my friends, how r you i asked to perform a calendar in a web site .. the calendar may be simillar to the Calendar control of the ASP.NET , but i asked to put on it - beside every day- a comment got from a database . i just … | |
Hi all developers I am a new member in the ASP.NET departement of the site I hope i can chan ge many information with you... and i wish to you all gladness.. Rushdy I Kamal 22 years web developer at Square Cube Communication company Cairo Egypt |
The End.