12,085 Topics

Member Avatar for
Member Avatar for bhagawatshinde

Hi, I am new in asp.net. i have an task to read xml file from server folder and insert these values to sqlserver 2005 database. how i can do this. thanks in advance.......

Member Avatar for softwareskill
0
887
Member Avatar for buffalo0

Hi I have what I think is a simple problem but after much searching cant seem to find a solution. I have an xml file stored on an web server and I need to read the data using vb.net for a smart device application. I also need the ability to …

Member Avatar for softwareskill
0
5K
Member Avatar for anisha.silva

HI, I need to create an application that access API of libraries. I am trying to do this in ASP.net C#. Could someone please give me some information on how to start ths. I am net to this. apppreciate a reply, thanks

Member Avatar for anisha.silva
0
102
Member Avatar for Gaving30

Hello, On my website i am trying to get my site to display the users address details if they are logged in have tried a stored procedure: ALTER PROCEDURE dbo.showAddress @userid nvarchar(256) AS SELECT Fullname, Address, County, Postcode FROM Addresses WHERE @userid = UserId RETURN But i get an area …

Member Avatar for daniel955
0
105
Member Avatar for jtok

Sorry for everything being marked as code. It wouldn't let me post it unless I did (and, yes, I did try using the Inline Code option as you can see by the single quotes around much of what is written here). I have a page with an updatepanel that contains …

Member Avatar for jtok
0
796
Member Avatar for MARKAND911

I have a datagrid "dgData" AutoGenereateColumns="true" In this i have 2 templateFields. Now i want to populate all the data between these 2 template fields. How can i do this using C#

Member Avatar for LastMitch
0
49
Member Avatar for DeepAnalyzer

Hi, I'm new to ASP.NET MVC framework.Previously i was worked with ASP.Net forms.Now the issue is i want to implement a login page.I have already done the other stuff.I want to know where to add "FormAuthenticationTicket class"? I'm using MVC3 and .Net framework 4.

Member Avatar for LastMitch
0
127
Member Avatar for BUGSIE91

Hello... I stumbled upon a template created using html 5 and css3 and was wondering if it could be used as a master page... I know the normal method where we will have a css file and one index.html file whose code should be copied under ,aster page.. the css …

Member Avatar for java.beansbureo
0
751
Member Avatar for kirtee2209

Hi. Does anyone know how to migrate a Merge Module project from .Net Framework 2.0 to 3.5? I have been able to move the WindowsFormApplications and msi project but got stuck with the msm. Thanks

Member Avatar for kirtee2209
0
444
Member Avatar for thechampp

I have entity instance(north) NorthdatabaseEntity north = new NorthdatabaseEntity(). The problem is that i don't have access to ObjectContext methods.I tried to call them with object "north" but i didn't found the method "AddObject" or any other from ObjectContext. I thought that any entity object has all methods from ObjectContext …

Member Avatar for LastMitch
0
62
Member Avatar for brightline

Hi all; I want to preview a live video in a page in my asp.net site(the same as preview a live match). I want to know details about the idea and more details about the implementation. Thanks in advance.

Member Avatar for LastMitch
0
93
Member Avatar for pln89

I have question about json data. I can convert data from database to json data in asp.net web service but they come with xml tags. I need to remove string tags and xml information from this data. The appearance of the data is : <?xml version="1.0" encoding="utf-8" ?> <string xmlns="http://tempuri.org/"> …

Member Avatar for AleMonteiro
0
219
Member Avatar for hirenpatel53

Hi all i am developing application with visual studio 2008 and using ajax asyncfileuplode control to upload file ,i am not able to take fully qualified fide od selected file by upload control so please give me some idia how to do this thanks in advance

Member Avatar for JorgeM
0
87
Member Avatar for anglwthnati2de

So.... I am just wondering which would be the better one to learn for todays market - ASP.net or JSP. I have to take one or the other and am not sure which one is the better choice. If it were up to me I would say neither and go …

Member Avatar for anglwthnati2de
0
147
Member Avatar for gsowmyashri

am not able to run web page in Visual studio 2008 The ERROR is "Could not load file or assembly 'WebApplication1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied."

Member Avatar for LastMitch
0
170
Member Avatar for harishbansal90

Hi, I want to get the External IP address in console application using C#.net. External IP is different from local machine IP. any help? Thanks

Member Avatar for nmaillet
0
639
Member Avatar for while(!success)

Hi Guys, I have a checkboxlist and a function to update the checkboxlist which are found inside of an updatepanel. The update button calls a function which deletes values from a table and uses a sqlbulkcopy to map a the boxes chosen to a sql table. I've stepped through the …

Member Avatar for while(!success)
0
206
Member Avatar for ash07

Hi All I am planning to develop an event website. Registrant rate depends on their type i .e. member or non member. I am little confused about its logic to identify members and nonmebers. initially I was thinking about email/domain name to identify but when I saw current data it …

Member Avatar for ash07
0
197
Member Avatar for GolDRoger00

Hi I am really new to c#(I used to do vb.net) and I need some help with a problem. I am wondering what the equivalent of a datalist or detailsview in asp.net is in a c# winforms application and how to use it. I have data in a database and …

Member Avatar for tinstaafl
0
633
Member Avatar for korathualex
Member Avatar for korathualex

Open with body,cc,subject dyanamically and Close outlook without using interop.word.dll on button click...proveide a solution at the earliest..

Member Avatar for JorgeM
0
51
Member Avatar for coder91

So I have a table that stores various prices for things. The ID is set as the primary key and doesnt allow nulls. I then have a stored procedure that takes the data entered into the form (ID) included and it works out the cost of that particular item. This …

Member Avatar for JorgeM
0
110
Member Avatar for coder91

So i have a gridview that contains data is entered in a form from various drop down menus. I am now creating a new field in the form which is a multiline text box. This is to appear in the gridview aswell. However it won't appear for me, is it …

Member Avatar for devinnrock
0
100
Member Avatar for AleMonteiro

Hi everybody. I'm trying to insert an indented code inside another indented code, using the first indentation as base for the second. I mean, the second indentation must begin at the end of the first. The indentation i got working right, but it is adding some undesired line breaks, that …

Member Avatar for AleMonteiro
0
238
Member Avatar for AleMonteiro

Hi, I'm starting with BI, Analysis Services, Cubes and ADOMD.NET. I searched a lot and was able to make some demos, but the performance is not good. What I'm trying to do it's a Dimension tree view explorer. Currently I have the following code: [CODE] CubeDef cube = conn.Cubes.Find( "SCA" …

Member Avatar for AleMonteiro
0
425
Member Avatar for barriegrant1

I need to use a <hr> tag under the date based on a condition. however its within a listview template and am haiving issues either finding it or trying to dynamically add it. below is the code that loads the first article and stores its date in a temp location, …

Member Avatar for JorgeM
0
166
Member Avatar for korathualex

I want to do a web application that is like touch screen...I wish to set a feedback touch screen web app seen at passport office etc...Please provide a solution at the earliest..

Member Avatar for JorgeM
0
100
Member Avatar for bilal.saim

main.aspx ----------- <body> <form> id="form1" method="post" runat="server"> <asp:TextBox ID="TKullanici" runat="server" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="#999999" BorderWidth="1px"></asp:TextBox> <asp:TextBox ID="TSifre" runat="server" TextMode="password" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="Gray" BorderWidth="1px"> <asp:Button ID="BGiris" runat="server" cssclass="SBGiris" Text="Giriş" onclick="BGiris_Click" xmlns:asp="#unknown" /> </form> </body> main.aspx.cs ------------ protected void BGiris_Click(object sender, EventArgs e) { string …

Member Avatar for JorgeM
0
406
Member Avatar for barriegrant1

Im passing a long string to a method that will return the first 20 words, however when i return the value the old value is still in the string. any ideas? My code is as follows: string textContent = txtDiaryText.Text.ToString().Trim(); int NumberOfWords = 20; getLimitedWords(textContent, NumberOfWords); { //do stuff with …

Member Avatar for barriegrant1
0
110
Member Avatar for nered

I have a FormView that has a datasource bind as a object which is a WCF service. In the WCF Service i have a Object PublicationDetail which has a attribute List<string> authors; I want to join the contents of the list and print them out in the form view however …

Member Avatar for nered
0
152

The End.