Search Results

Showing results 1 to 32 of 32
Search took 0.02 seconds.
Search: Posts Made By: Jihad
Forum: ASP.NET Nov 15th, 2008
Replies: 2
Views: 1,316
Posted By Jihad
The only thing you are missing is that you should bind the gridview to its data source. after the set of the data source and before closing the connection write this.
GridView1.Databind()
and don't...
Forum: ASP.NET Nov 14th, 2008
Replies: 2
Views: 938
Posted By Jihad
Try to use literal. Literal is a control that inserts an html code in its place, that html code can be anything you want, even labels. You can se the text of the literal at certain event like on page...
Forum: ASP.NET Nov 14th, 2008
Replies: 1
Views: 459
Posted By Jihad
Well what I understand is that you want to fill the drop down list based on your selection of the check box, then upon the selection of certain item in the dop down list the gridview the second...
Forum: ASP.NET Nov 7th, 2008
Replies: 3
Views: 1,776
Posted By Jihad
The repeater control is like its name indicates it reaptes the way the data is displayed. Its main use is because of its flexibilti in displaying data. Here are some clues to help you. First when you...
Forum: ASP.NET Oct 27th, 2008
Replies: 4
Views: 2,095
Posted By Jihad
The use of update pannels is to make asychronus updates to the page. Which means that you can update certain part of the page without effecting the other parts. The update pannels should work along...
Forum: ASP.NET Oct 27th, 2008
Replies: 4
Views: 515
Posted By Jihad
I am not quite sure if you have added the administration part. But I would like to suggest that you add administration module, where you can supervise the whole site and make the module as a content...
Forum: RSS, Web Services and SOAP Oct 7th, 2008
Replies: 3
Views: 3,728
Posted By Jihad
Just to give you feedback of what did I do to solve this problem. I changed my mind on using the proxy class that was generated by visual studio, becauase the webservice is written with Java I...
Forum: ASP.NET Oct 3rd, 2008
Replies: 0
Views: 496
Posted By Jihad
I am parsing XML file which contains this tag <TransferInfo xsi:type="ProductTransfer">
I want to get the xsi:type value. I am using the dataset to parse the file.
The problem is that xsi:type is...
Forum: XML, XSLT and XPATH Oct 3rd, 2008
Replies: 0
Views: 1,404
Posted By Jihad
I am parsing XML file which contains this tag <TransferInfo xsi:type="ProductTransfer">
I want to get the xsi:type value. I am using the dataset to parse the file using VB.NET.
The problem is that...
Forum: RSS, Web Services and SOAP Sep 26th, 2008
Replies: 3
Views: 3,728
Posted By Jihad
Well I only have the WSDL file and I am using visual studio to generate the proxy class for me.

Thanks for your concern
Forum: RSS, Web Services and SOAP Sep 26th, 2008
Replies: 3
Views: 3,728
Posted By Jihad
I have an wsdl file, I puted the wsdl file in the app_code folder ("I am using visual studio 2008"), as it is supposed to be it generated the proxy for me. But the proxy file containes object type...
Forum: ASP.NET Jun 8th, 2008
Replies: 3
Views: 896
Posted By Jihad
I think I will stick to Fungus1487 suggestion, but I have to save the file name :S. Thanks Fungus1487, I give you credit :D
Forum: ASP.NET Jun 8th, 2008
Replies: 3
Views: 896
Posted By Jihad
I would like to mention that may it is not clear, but what I wanted to say that both I save to virtual path and read from virtual path. Here is the code that read image:

Image1.ImageUrl =...
Forum: ASP.NET Jun 8th, 2008
Replies: 3
Views: 896
Posted By Jihad
I have a form where there is image, at the first time it displays the defualt image,when
the user uploads image, the new image appears. But when the user get out from this page and get in again and...
Forum: MS SQL May 10th, 2008
Replies: 3
Views: 994
Posted By Jihad
I tried to install a sql server developer edition. I don't know if it contains the sql server agent, but I didn't find it . I am using sql management studio express edition.
Forum: MS SQL May 10th, 2008
Replies: 3
Views: 994
Posted By Jihad
I want to make a procedure that runs at every day at certain time. I read that I have to do Scheduling, but to do it I should have sql server agent. I am using sql server express edition with sql...
Forum: ASP.NET Apr 30th, 2008
Replies: 4
Views: 1,429
Posted By Jihad
Thanks ericstenson for your help. Today I tried to login with the account I created, guess what I was able to to login although I changed nothing. I cann't determine what was wrong to pop up that...
Forum: ASP.NET Apr 30th, 2008
Replies: 1
Views: 477
Posted By 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...
Forum: ASP.NET Apr 29th, 2008
Replies: 4
Views: 1,429
Posted By Jihad
I want to make a server authentication login. First I logged in with windows authentication, changed the server authentication from windows authentication mode to sql server and windows...
Forum: MS SQL Apr 29th, 2008
Replies: 1
Views: 827
Posted By Jihad
I want to make a server authentication login. First I logged in with windows authentication, changed the server authentication from windows authentication mode to sql server and windows...
Forum: ASP.NET Apr 27th, 2008
Replies: 0
Views: 569
Posted By Jihad
I am uploading files to the server and I want to open them from internet. Assuming that I have a microsoft word file or pdf file on the server.How can I start those programs to make the user be able...
Forum: MS SQL Apr 26th, 2008
Replies: 2
Views: 3,143
Posted By Jihad
Thanks for the help Nige. Its that I am using windows auth in the connection string in my website. I want to change it to server auth, but in my server its windows server auth mode.
I can login as...
Forum: ASP.NET Apr 25th, 2008
Replies: 1
Views: 635
Posted By Jihad
I am developing a website,where I am using windows authentication for my connection. I want to change that to server authentication. I want to know what are the steps needed, at what should I watch...
Forum: MS SQL Apr 25th, 2008
Replies: 2
Views: 3,143
Posted By Jihad
I am developing a website,where I am using windows authentication for my connection. I want to change that to server authentication. I want to know what are the steps needed, at what should I watch...
Forum: ASP.NET Mar 16th, 2008
Replies: 8
Views: 779
Posted By Jihad
Sorry man it didn't work. Thanks for your effort.
Forum: ASP.NET Mar 16th, 2008
Replies: 0
Views: 610
Posted By Jihad
I am developing a website that contains workflow. It has a workflow that contains a listener activity and 2 external event handlers. As you know when the workflow waits for an external event it get...
Forum: ASP.NET Mar 13th, 2008
Replies: 8
Views: 779
Posted By Jihad
I have a problem on making user login, because I am not able to set up the roles and users in my Asp.net configurations. When I choose security I get this message "Unable to connect to SQL Server...
Forum: ASP.NET Mar 13th, 2008
Replies: 0
Views: 521
Posted By Jihad
I have read enough articles and books about windows workflow, but when I wanted to use workflow within a website project, things are not working.
I need a reference or an article or a link to a...
Forum: ASP.NET Feb 29th, 2008
Replies: 1
Views: 463
Posted By Jihad
I am making a form that should update data.
well when update button is clicked the database is update,but with the same old data that was found when the page loaded, even if the text fields text...
Forum: ASP.NET Feb 29th, 2008
Replies: 2
Views: 4,691
Posted By Jihad
How can i send more than one parameter from one page to another?
its like
NewPage.aspx?para1=value1 para2=value2

How can i combine the 2 parameters
thanks for the help in advance
Forum: ASP.NET Feb 25th, 2008
Replies: 4
Views: 2,292
Posted By Jihad
Thanks hollystyles for helping, but its not spelling mistake and the page is in the same directory. All what I wanted to do is to make the form reappear with empty fields?
Well I thought of...
Forum: ASP.NET Feb 25th, 2008
Replies: 4
Views: 2,292
Posted By Jihad
I am making a form and at the end of the form there is a save btn that should save data into database and redirect the page the same page that the form is in. Well its not working.
simply speaking...
Showing results 1 to 32 of 32

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC