Forum: MS SQL 14 Days Ago |
| Replies: 6 Views: 507 Re: SQL Server 2005 Connection problem HI All
Thanks alot for your time,
I discovered the problem .
I HAD A TROJAN :)
The trojan changes the DNS to a certain number. I got the removal -Malwarebytes' Anti-Malware - and changed back my... |
Forum: MS SQL 27 Days Ago |
| Replies: 6 Views: 507 Re: SQL Server 2005 Connection problem Well,
I compared my computer with the computer which can connect.
I discovered that TCP/IP DNS Address in mine is set to a number, where in the other computer is set to be obtained automotically. And... |
Forum: MS SQL 27 Days Ago |
| Replies: 6 Views: 507 |
Forum: MS SQL 27 Days Ago |
| Replies: 6 Views: 507 SQL Server 2005 Connection problem 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... |
Forum: ASP.NET 27 Days Ago |
| Replies: 1 Views: 167 Rendereing DataList into divs 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) ,... |
Forum: ASP.NET Jul 15th, 2007 |
| Replies: 0 Views: 2,183 |
Forum: ASP.NET Mar 8th, 2007 |
| Replies: 2 Views: 1,210 Create Full Mail System 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... |
Forum: ASP.NET Jun 28th, 2006 |
| Replies: 1 Views: 2,428 Upload a Directory with its Files and subfloders 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)... |
Forum: ASP.NET Jun 26th, 2006 |
| Replies: 1 Views: 2,784 Arabic or Non-English Language in ASP.NET 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... |
Forum: ASP.NET Jun 4th, 2006 |
| Replies: 2 Views: 1,897 Reading Controls from Panel 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
For i = 1 To count
Dim uu As New... |
Forum: ASP.NET May 2nd, 2006 |
| Replies: 1 Views: 846 Streams in JavaScript 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. |
Forum: ASP.NET Apr 27th, 2006 |
| Replies: 1 Views: 3,165 Re: validate-upload file 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 File1.PostedFile
which File1 is... |
Forum: ASP.NET Apr 27th, 2006 |
| Replies: 1 Views: 8,394 Re: Browser Close Button You can do that by javascript window.open() function
window.open('Temp.aspx','mywin','left=20,top=20,width=50,height=50,toolbar=0,resizable=0');
If u want to but an action in close button
use the... |
Forum: ASP.NET Apr 26th, 2006 |
| Replies: 4 Views: 897 Re: need help 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... |
Forum: ASP.NET Apr 20th, 2006 |
| Replies: 2 Views: 1,052 Re: timer urgent Hi
You can do that by a javascript timer
with the function setTimeout(func,interval) |
Forum: MS SQL Apr 19th, 2006 |
| Replies: 3 Views: 13,055 Re: Triggers Loop or Stored Procedures Loop Thank you very much
i will try that
but in general , how can i loop through a result set from a select statement in a trigger or in a stored procedures , that is needed for checking values and other... |
Forum: MS SQL Apr 18th, 2006 |
| Replies: 3 Views: 13,055 Triggers Loop or Stored Procedures Loop Hi all
The problem is the following :
I am in a project that contains a table of users(user_tbl) and another table of groups(Group_tbl) . and each group can contains multi-user by Group_Id which is... |
Forum: ASP.NET Apr 18th, 2006 |
| Replies: 1 Views: 10,669 |
Forum: ASP.NET Apr 13th, 2006 |
| Replies: 5 Views: 6,355 Re: Uploading files Access Denied Error Thank you All
i have solved the problem from IIS Configuration by right click on the project name (from IIS window) and then All Tasks -> Permission Wizard and select read,write permissions.
it is... |
Forum: ASP.NET Apr 12th, 2006 |
| Replies: 5 Views: 1,397 Re: can any body help me !! 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 . |
Forum: ASP.NET Apr 12th, 2006 |
| Replies: 5 Views: 6,355 Uploading files Access Denied Error 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... |
Forum: ASP.NET Mar 29th, 2006 |
| Replies: 12 Views: 7,154 Re: Paging in dataGrid hi, do u want the code i used to solve my problem!!
in the datagrid events, add an event of itemDataBound()
which give u eventArgs e
u can use e.itemIndex to get the item index in the datagrid
you... |
Forum: ASP.NET Mar 21st, 2006 |
| Replies: 12 Views: 7,154 Re: Paging in dataGrid Ok
Thanx very much
the event just worked and the problem is solved ..
i used try and catch to handle the exception .. and all is right now .
Thanx very much
and Thanx for all who help me
Bye
:p :p ... |
Forum: ASP.NET Mar 21st, 2006 |
| Replies: 12 Views: 7,154 Re: Paging in dataGrid Thank you very much
i have just tried the ItemDataBound event which set values to items in the bound time , it is really great ..
but also i have a problem in that event that how can i get a text... |
Forum: ASP.NET Mar 20th, 2006 |
| Replies: 12 Views: 7,154 Re: Paging in dataGrid Thanx very much
I know that this is the problem
and how can i change all the controls data without a loop throw all rows
i ask you , if u have another solution plz .
i have 3 days trying it ,i spent... |
Forum: ASP.NET Mar 19th, 2006 |
| Replies: 12 Views: 7,154 Re: Paging in dataGrid Thank you very much ,
But i did that before ,
The problem is i am using template columns , and change the properties of the controls(in the template columns) by a for loop which change all controls... |
Forum: ASP.NET Mar 16th, 2006 |
| Replies: 12 Views: 7,154 Paging in dataGrid 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... |
Forum: ASP.NET Mar 15th, 2006 |
| Replies: 1 Views: 4,369 |
Forum: ASP.NET Mar 12th, 2006 |
| Replies: 1 Views: 2,041 I want to Edit Calendar Class in ASP.NET 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... |
Forum: ASP.NET Mar 12th, 2006 |
| Replies: 4 Views: 1,668 Re: moving the record HI
ok i understood you ..
in C#
-You can use the dataAdapter which fill the dataset..
the dataset is like the tow dimentional array ,that you can get any record from it by its indecies ..
e.g... |
Forum: ASP.NET Mar 9th, 2006 |
| Replies: 4 Views: 1,668 Re: moving the record 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... |
Forum: ASP.NET Mar 9th, 2006 |
| Replies: 4 Views: 1,090 |
Forum: ASP.NET Mar 9th, 2006 |
| Replies: 4 Views: 1,090 Re: I change my account Thanks very much ,for merging them ..
i am really admired with your site effeciency
specially in the EVENT CALENDAR which is the same as i want in my question which is presented in another thread... |
Forum: ASP.NET Mar 9th, 2006 |
| Replies: 0 Views: 1,179 Edit Calendar 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... |
Forum: ASP.NET Mar 9th, 2006 |
| Replies: 4 Views: 1,090 I change my account Hi all I changed my account from 'Web Develpoer' to 'web developer' because of wrong fast typing spelling ...
Thanks very much |
Forum: Community Introductions Mar 8th, 2006 |
| Replies: 1 Views: 844 I am a new Member 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... |