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
~2K People Reached
Favorite Tags
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
175
Member Avatar for geletaabate

i tried to use multiple updated panel control on a single page by setting there update mode to 'conditional' <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel1Button" Text="Panel 1 button" /> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel2Button" Text="panel 2 button" /> </ContentTemplate> …

Member Avatar for ram_tps
0
195
Member Avatar for speranza

can you help me assign sql query to gridview..i am trying like this but it doesnt work. [CODE] Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Dim con As New SqlConnection("Data Source=SPERANZA\SQLEXPRESS;initial catalog=master;integrated security=true") Dim cmd As New SqlCommand Dim dr As SqlDataReader cmd.Connection = con con.Open() cmd.CommandText …

Member Avatar for reena12
0
170
Member Avatar for priyamsc

I am using ASP.net 2.0 with c#.I fetch the data from database using sqldatareader.when i fetch data for one label control it works fine. what i need is, in my web form i have 6 lables named as lbl1,lbl2,lbl3,lbl4...... so i would like to incremement the lable id , i …

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

i hv a chk box item field and the bound field . and one separate drodown llist i hv added in my code.based on the selection of the chkbox , it will giv me the index and the selection of the calue from the dropdoen list , both the values …

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

:) hai can any one help me that how we can display values in a repeater from the database in c#

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

hi everyone, I'm developing a Online Music Shop. I think i have completed the basic modules which are necessary in a online music shop. modules include buying prepaid credits, searching for a music file in titles, artist and album, preview the music file, shopping cart, buying the file deducting from …

Member Avatar for rje7
0
135
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
198
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
61
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
64
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
145
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
64
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
58
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
84
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
100
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
58
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
38
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
122
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
64
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
75
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
53
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
84
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
136