Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0

23 Posted Topics

Member Avatar for 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 out, and is there any problems that will appear in my project due to this …

Member Avatar for Rapish
0
194
Member Avatar for geletaabate

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 each other. I am not quite sure whats wrong with your code, but I think …

Member Avatar for ram_tps
0
213
Member Avatar for speranza

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. [CODE]GridView1.Databind()[/CODE] and don't forget to close the data reader ;)

Member Avatar for reena12
0
176
Member Avatar for priyamsc

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 loading or drop down list index change, it as simple …

Member Avatar for Jihad
0
110
Member Avatar for kapil.tandon

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 column of the grid view will be filled with certain values from …

Member Avatar for Jihad
0
81
Member Avatar for adityakiran.m

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 add your control set the values you want to display then in your …

Member Avatar for adityakiran.m
0
128
Member Avatar for rje7

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 mangment system which enables you to add new items and manuplate content easily, …

Member Avatar for rje7
0
142
Member Avatar for 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 parameter for all functions even for the functions that are not …

Member Avatar for Jihad
0
206
Member Avatar for Jihad

I am parsing XML file which contains this tag [COLOR="Green"]<TransferInfo xsi:type="ProductTransfer">[/COLOR] I want to get the [COLOR="green"]xsi:type[/COLOR] value. I am using the dataset to parse the file. The problem is that [COLOR="green"]xsi:type[/COLOR] is not one of the items of the [I]TransferInfo[/I] table. Is it possible to get that value, and …

0
67
Member Avatar for Jihad

I am parsing XML file which contains this tag [COLOR="Green"]<TransferInfo xsi:type="ProductTransfer">[/COLOR] I want to get the [COLOR="green"]xsi:type [/COLOR] value. I am using the dataset to parse the file using VB.NET. The problem is that [COLOR="green"]xsi:type [/COLOR]is not one of the items of the [I]TransferInfo[/I] table. Is it possible to get …

1
70
Member Avatar for 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 upload another image the same old image is still there. Its …

Member Avatar for Jihad
0
157
Member Avatar for 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 management studio express endition. But there is no sql …

Member Avatar for peter_budo
0
74
Member Avatar for 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 this is the best practice for developing a websit, but …

Member Avatar for Hosam Kamel
0
66
Member Avatar for 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 authentication mode. Then I created a login, named it jihad and changed the password for that login. Then I gave that login …

Member Avatar for majestic0110
0
89
Member Avatar for 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 authentication mode. Then I created a login, named it jihad and changed the password for that login. Then I gave that login …

Member Avatar for peter_budo
0
106
Member Avatar for 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 to view these files. If that was not possible what …

0
63
Member Avatar for 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 out, and is there any problems that will appear in my project due to this …

Member Avatar for ericstenson
0
46
Member Avatar for 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 "[COLOR="Red"]Unable to connect to SQL Server database.[/COLOR] " and when I try to choose a provider and select …

Member Avatar for noldbcat
0
126
Member Avatar for 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 persisted. Normal,right. Well, when I click on a button and raise an event, the event …

0
67
Member Avatar for 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 website or anything that can help me in using workflow with website. Thanks …

0
82
Member Avatar for 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 changes it still save the same old data that was there at loading. …

Member Avatar for SheSaidImaPregy
0
58
Member Avatar for 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

Member Avatar for SheSaidImaPregy
0
95
Member Avatar for 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 its just Response.Redirect("samepage.aspx"); I know it should work, but …

Member Avatar for johnny.g
0
149

The End.