Showing results 1 to 36 of 36
Search took 0.01 seconds.
Posts Made By: web developer
Forum: MS SQL 14 Days Ago
Replies: 6
Views: 507
Posted By web developer
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
Posted By web developer
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
Posted By web developer
Re: SQL Server 2005 Connection problem

It is already running and there is a computer connecting to it. !!

Thanks for reply
Forum: MS SQL 27 Days Ago
Replies: 6
Views: 507
Posted By web developer
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
Posted By web developer
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
Posted By web developer
Help Active Directory based Intranet web application problems

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 is a...
Forum: ASP.NET Mar 8th, 2007
Replies: 2
Views: 1,210
Posted By web developer
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
Posted By web developer
Help 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
Posted By web developer
Help 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
Posted By web developer
Help 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
Posted By web developer
Help 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
Posted By web developer
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
Posted By web developer
Solution 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
Posted By web developer
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
Posted By web developer
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
Posted By web developer
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
Posted By web developer
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
Posted By web developer
Help Loops in Sql Server Triggers and Stored Procedures

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: 6,355
Posted By web developer
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
Posted By web developer
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
Posted By web developer
Help 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
Posted By web developer
Solution 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
Posted By web developer
News 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
Posted By web developer
Help 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
Posted By web developer
Help 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
Posted By web developer
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
Posted By web developer
Help 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
Posted By web developer
Solution Re: how to upload a ms word file and store it in sql table

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,041
Posted By web developer
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
Posted By web developer
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
Posted By web developer
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
Posted By web developer
Re: I change my account

Thank you very much
may the compunity members could answer me
bye
Forum: ASP.NET Mar 9th, 2006
Replies: 4
Views: 1,090
Posted By web developer
Help 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
Posted By web developer
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
Posted By web developer
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
Posted By web developer
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...
Showing results 1 to 36 of 36

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:01 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC