13,153 Topics

Member Avatar for
Member Avatar for Stella Richards

Hello, Which of the following answer is true and why? Question: Which type of .Net application can be used to automate tasks and does not require a user to login? a. Windows Form b. Windows service c. XML Web Service d. Net remoting object Please explain your answer. Thanks.

Member Avatar for achristov
0
70
Member Avatar for janithdg

i've been told to develop a semantic search engine as graduation project, the hard part in it to understand is the web crawler, this crawler needs to crawl through the net and generate RDF's from there vocabularies of the natural language, can any one give me an idea on how …

0
40
Member Avatar for Anuj Trivedi
Member Avatar for brightline

I am a new for sharepoint, ans there is a task assigned to me in sharepoint. The task is as following: we have a sharepoint site that uses LISTS to store the data, we want this site to use SQL Tables instead of LISTS. I think that this task is …

0
85
Member Avatar for jain4

Hi there, I am very new to ASP.net. I have just started making a website in ASP.net 2.0. In this website, i want to have a admin section which can be accessed only after the admin logs in with a login page. Now I am using custom asp.net script then …

Member Avatar for jain4
0
91
Member Avatar for Hsus

Hi..Can u please tell me how to load the contents of a XMLDocument into a dataset or a datagrid?

Member Avatar for ninjaimp
0
73
Member Avatar for ramareddy_dotne

I hav a program with 2 textboxes in which I hav to display data fields from sql tables and insert values in to table through these 2 textboxes. the program goes like this Dim ds As New DataSet Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load …

Member Avatar for ShawnMilo
0
2K
Member Avatar for kischi

Hi I'm trying to make a file upload function for pictures. So can anyone please help me to make a simple file upload function in c#? I've tried to make one, but it won't seem to work, so I've decided to start over, just with a simple file upload funktion. …

Member Avatar for mail2saion
0
242
Member Avatar for Bladtman242

Hi, im VERY confused about this, and i get a lot of different explanaitions, so now im asking you guys, because you properly know:) What can .net be used for? what is it good for? .net vs. gtkmm? Can i use the .net framework with c++? and how? Thanks in …

Member Avatar for Bladtman242
0
416
Member Avatar for functionsys

Greetings to you .. gentleman First thanks for all ... and keep it up i'm using ASP.NET 2008 C#.NET i have controlpanel.aspx page .. this page i don't want from any user not login to see it .. when user login and user name and password is ok then show …

Member Avatar for functionsys
0
126
Member Avatar for brightline

I has a login page in my web application, when the user login my web application through login page, he is redirected to the welcome page. All this is ordinary, but the problem is when the user press Back button of IE he return to the login page then if …

Member Avatar for P.K.Chaudhary
0
99
Member Avatar for pradeepfusion

Hi, Every body, I have one problem that I want to get window logged in user in asp.net, each and every time it is giving ASPNET, I want only window user. I have WindowsIdentity class, HttpRequest.ServerVariables, Environment Variable class. But still giving ASPNET, Plz help me. Thanks

Member Avatar for pradeepfusion
0
186
Member Avatar for ranjinibiliya

Hallo, I am getting one error in asp. could you please help me regarding this error. I have created a login window, were i have created a database in sql server named "Data", and one table which have user name and password , the table name is : LOGIN. I …

Member Avatar for mail2saion
0
80
Member Avatar for julseypart

Hi, i would like to programatically send the user an email of all the files they have backed up + associated file information. My question is how can i send the body in a formated way for example To: userEmail() subject: File Backup Report Body: All users files here e.g. …

Member Avatar for julseypart
0
156
Member Avatar for samycbe

how to make a validation like vb in asp.net? I want to make a text box should only accept numeric values.... samy

Member Avatar for nil
0
143
Member Avatar for ak2ktech

Dear Friends, i host a website and use visual web developer for aspx ... i want to create a form , in which users will aftre logging to my page enter 10-12 fields and that will be appended in a backend database on my server eg MS Access... please suggest..

Member Avatar for mail2saion
0
116
Member Avatar for divyasrinivasan

hi i want to have the code for editing,updating n deleting data in gridvoiew i tried a lot searching in google..i trid also but could not get the output....i want how to insert textboxes using the edit colums ....i want in detail pls help... 2.next is how to add rows …

Member Avatar for mail2saion
1
173
Member Avatar for sam1

hi, i have a tree view which gets populated using object. if i have 4 nodes and click on top one it gets expanded at the bottom. e.g. node1 node2 node3 node4 if i click on node1 i get node1 node2 node3 node4 node1 children here is my code treeview.add(newnode) …

Member Avatar for mail2saion
0
110
Member Avatar for mansi sharma

Hey i want to ask that,suppose in HTML table cell...I insert Hyperlink....Is that possible to write the code for that hyperlink...Cz if the iamges are static,HTML table is better option than Gridview,I thk so????

Member Avatar for mail2saion
0
98
Member Avatar for thirumca

hi, I am using sql server 2000, but the following error will be occured on open a connection. Pls give solution for this error An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that …

Member Avatar for mail2saion
0
143
Member Avatar for ayanes21

I am having some trouble getting this code to work and I dont know what I missing, any help is greatly appreciated. I have a simple 9 question survey using asp.net, I am using an asp:formview with InsertItemTemplate. In the form I have a radiobuttonlist with yes no values, I …

Member Avatar for ayanes21
0
684
Member Avatar for .netidiot

Hi i am sorry to bother you with such a simple issue. Currently I am familar with using datagrids and displaying data from my tables that way. However i want to be able to display things like for intance products are on amazon/ebay. For example my database contains products name, …

Member Avatar for mail2saion
0
124
Member Avatar for niketh90

I have been give the salary and hra of manager,supervisors and workers. Now i want to take the name,address,ph no ,designation from user . then take that name address and ph no along with the default calculated salry,hra from first form to be displayed on second form. So that a …

Member Avatar for mail2saion
0
128
Member Avatar for julseypart

Hi, i wondered if any1 knew how to create a simple bar or pie chart in asp.net. I would like to show how much space users have used e.g. 25/100mb represented graphically and showing percentages Thanks for help

Member Avatar for mail2saion
0
362
Member Avatar for knowledgelover

I am designing a page containing a gridview that takes the data from a dataSource the data are evaluation questions (20 questions) and the answers are degree of five represented by radiobuttons I added the radio buttons to the gridview as template item [B]Like this :[/B] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" …

Member Avatar for mail2saion
0
119
Member Avatar for premanjanadas

I am a new bie to streaming concepts. I only know basics of web development and have worked little bit on asp.net. My project is to broadcast live video on internet. I have installed wowza, adobe flash media encoder, and vs.net. Now how to put all these together,( i'm really …

Member Avatar for premanjanadas
0
78
Member Avatar for ninjaimp

Hi Im trying to display image binary data but its not working. I have the code below but on the line: newimage = System.Drawing.Image.FromStream(ms) i keep getting the error 'Parameter is not valid' [code] Dim obj As Byte() obj = StringToByteArray(ImageString) Dim ms As New MemoryStream(obj) Dim newimage As System.Drawing.Image …

Member Avatar for ninjaimp
0
348
Member Avatar for obscured47

Hi everyone, A very specific question.. I've got a ConfigurationElement class that has some configuration elements. At the moment, the config is something like this.. [CODE]<Hello> <A name="blah" /> <B name="bleh" /> <C name="blih" /> </Hello>[/CODE] ..but I need to have only one of either B or C. So I …

Member Avatar for obscured47
0
73
Member Avatar for uthman4u2nv

How do i associate a particular information such as Picture or comments to a logged in User. I want to do it such that when a particular user is logged in, it displays his or her pictures or albums and comments associated with his account. but i dont seem to …

Member Avatar for ninjaimp
0
68
Member Avatar for mangesh5588

hi, i m making one asp.net page. in that page there is three text boxes called id, response id, and email. same columns is in sql server table called info. In table "info" for id column i have assigned " isidentity" = yes. its created auto number like 1,2,3..... and …

Member Avatar for carobee
0
100

The End.