Forum: MS SQL Nov 18th, 2008 |
| Replies: 6 Views: 1,586 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 Nov 5th, 2008 |
| Replies: 6 Views: 1,586 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.... |
Forum: MS SQL Nov 5th, 2008 |
| Replies: 6 Views: 1,586 It is already running and there is a computer connecting to it. !!
Thanks for reply |
Forum: MS SQL Nov 4th, 2008 |
| Replies: 6 Views: 1,586 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... |
Forum: ASP.NET Nov 4th, 2008 |
| Replies: 1 Views: 509 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: 3,423 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 :-
There... |
Forum: ASP.NET Mar 8th, 2007 |
| Replies: 2 Views: 1,748 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: 3,859 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: 4,382 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: 2,841 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... |
Forum: ASP.NET May 2nd, 2006 |
| Replies: 1 Views: 1,064 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: 4,365 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: 11,825 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... |
Forum: ASP.NET Apr 26th, 2006 |
| Replies: 4 Views: 1,141 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... |
Forum: ASP.NET Apr 20th, 2006 |
| Replies: 2 Views: 1,315 Hi
You can do that by a javascript timer
with the function setTimeout(func,interval) |
Forum: MS SQL Apr 19th, 2006 |
| Replies: 3 Views: 18,208 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... |
Forum: MS SQL Apr 18th, 2006 |
| Replies: 3 Views: 18,208 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: 15,382 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 :
I am in a project that contains a table of... |
Forum: ASP.NET Apr 13th, 2006 |
| Replies: 5 Views: 10,998 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,695 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: 10,998 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... |
Forum: ASP.NET Mar 29th, 2006 |
| Replies: 12 Views: 12,374 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... |
Forum: ASP.NET Mar 21st, 2006 |
| Replies: 12 Views: 12,374 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
... |
Forum: ASP.NET Mar 21st, 2006 |
| Replies: 12 Views: 12,374 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: 12,374 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... |
Forum: ASP.NET Mar 19th, 2006 |
| Replies: 12 Views: 12,374 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: 12,374 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... |
Forum: ASP.NET Mar 15th, 2006 |
| Replies: 1 Views: 5,556 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... |
Forum: ASP.NET Mar 12th, 2006 |
| Replies: 1 Views: 2,504 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... |
Forum: ASP.NET Mar 12th, 2006 |
| Replies: 4 Views: 2,070 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: 2,070 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,296 Thank you very much
may the compunity members could answer me
bye |
Forum: ASP.NET Mar 9th, 2006 |
| Replies: 4 Views: 1,296 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,439 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... |
Forum: ASP.NET Mar 9th, 2006 |
| Replies: 4 Views: 1,296 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: 1,044 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... |