12,085 Topics

Member Avatar for
Member Avatar for zarnimg

i am writing the following following code public int insert (datatable object) { --my plan define job } i can insert one row in a time and i would like to insert at one time calling all data in datatables(nearly 10000 row) how to insert this data in to data …

0
55
Member Avatar for sonakrish

hi all... Am a beginner in c#. wen i place a control in a webpage and double click it i'm getting it's default event. how can i view its other events and how to include in my coding. Thanks in advance.

Member Avatar for sonakrish
0
112
Member Avatar for hericles

Hi guys, I have recently installed and configured Apache to process aspx pages (I had to remove IIS when it started using 100% of the CPU when I requested localhost). Apache works perfectly but I'm having trouble with VS 2003. When I try to create or open a project I …

0
105
Member Avatar for squirell

Hi, This is my first post on this forum. Apologies in advance if this isn' the right place or there isn't enough info. I'm basically trying to retreive an ID from a quesry string... xyz/nuts.aspx?nuttype=7 What I'm having trouble with is defining the variable and referencing the querystring in the …

Member Avatar for squirell
0
93
Member Avatar for imad442

how to delete the last line of the text file using c#. i applicaiton create a text file ..with 2 empty lines at the end of the File now i just require a method which open the text file and delete the last 2 lines of the text File ..the …

Member Avatar for reach_yousuf
0
426
Member Avatar for brightline

I am trying to write the following code: [code]query = dtdatacontext.storedprocedure1(); DataTable bindingTable = query.CopyToDataTable();[/code] But I can not find the CopyToDataTable() method. is there any usings should I use or what? Thanks in advance.

0
92
Member Avatar for halby29

hi, i have a question, assume that i have a dll say "xyz.dll", both in /bin folder and GAC. so when my application try to invoke something from the dll, which dll will be initiated. the one in bin folder or in GAC. Please help, thanks in advance

0
49
Member Avatar for hardik261086

Hi My self hardik i am developing CMS system in asp.net with c# in visual studio 2005(framework 2.0), in which i have to provide one facility at user level i.e user can insert clip or movie in his/her content..! so anyone tell me that how can it possible? or is …

Member Avatar for hardik261086
0
46
Member Avatar for gilmarP

Good day! Im trying to unit test my current project(the code behind) but I can't manipulate the controls inside the content page. Say I want to put some text inside the textbox, where textbox is inside the content page. I tried the accessor but failed, example: MyClass_Accessor acc = new …

Member Avatar for gilmarP
0
87
Member Avatar for txwebdesign

I'm looking for C# based, asp.net code (either with or without ajax extensions), that will allow me to load full size images (from thumbnails) into a "template" or aspx page that I will have focused advertising embedded. I know I have to create the thumbs gallery page and the ad …

Member Avatar for txwebdesign
0
167
Member Avatar for imadsani

im making a student info system for my uni as a project .. all the tables i designed have been incorporated into the asp.net database .. along with the user system that the system automatically generated through the wizard.. now . the thing is want that when a new user …

0
61
Member Avatar for edejonge

What would do you consider to be the best way to handle large amounts of data on the client side? How about from a security standpoint? I've been looking into the different methods to store and manipulate query results on the client side. The application I've been working on is …

Member Avatar for serkan sendur
0
127
Member Avatar for julseypart

basically i would like to add up the total size of all the files for a particular user and display it in a label...this is what i have so far: [ICODE]SqlConnection myConnection = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ASPNETDB.MDF;Integrated Security=True;Connect Timeout=30;User Instance=True"); myConnection.Open(); SqlCommand myFileCommand = new SqlCommand("SELECT SUM (fileSize) FROM aspnet_Files WHERE …

Member Avatar for julseypart
0
94
Member Avatar for chombe

Hi there, I'm trying to develop a forum application in asp.net with c#. To post new threads I used a multi line text box to write the message. but i want to embed the MS word's tools in this page so that the user can easily write his/her message. Thank …

Member Avatar for sedgey
0
137
Member Avatar for Elmo_loves_you

Hello Everyone :S I am rather new to ASP.NET. I have an SQL Server 2005 database set up. So far its quite basic with just two tables (UsersLogin, Roles). My aim is to allow users of different ranks to login to the system ie. Admin, Staff etc. [B]UsersLogin [/B] table …

Member Avatar for salaam_taher
0
153
Member Avatar for AnilReddy

Hi Am trying to capture the screen in my web application. I am able to capture the image locally but i am not able to capture the image on Client's machine. I am unable to capture the browser settings and properties of client machine. I want to get an equivalent …

Member Avatar for AnilReddy
0
117
Member Avatar for julseypart

hi, im trying to test out my application so far by uploading all the project files to my "web" folder on the university server, but when i naviage to the server/myfoldername where the index.aspx is located i get an application error - what im i doing wrong? im using filezilla …

Member Avatar for julseypart
0
123
Member Avatar for luckyads

Hi All! I want to pull XML with attributes in a datarid with 3 columns viz. "Webisode 1" "Part A" and "Part B". How can I do it? It's urgent! The XML is as follows : [code=XML] <?xml version="1.0" encoding="utf-8" ?> <Webisodes> <webisode name="Webisode 1" PartA ="1" PartB="1"</webisode> <webisode name="Webisode …

0
43
Member Avatar for rooparaj

Hi everybody, I got one problem in ASP.NET. i want to change button backcolor from code. btn_save.bachgroundcolor=system.drawing.color.red the above code is working fine. But instead of "system.drawing.color.red" , i want to give #123234 or rgb() format. i cant give btn_save.bachgroundcolor=#23534 btn_save.bachgroundcolor=rgb(0,0,0) I will give error as invalid return type is …

Member Avatar for sreenivas.varma
0
436
Member Avatar for zarnimg

i hvae developed my program with multi layer software development architecture with microsoft visual studio 2003 and crystal report 9.0 all report have in the diffterent project in the same solution . In the previous time when i all project are successfully buid. now i have the following error how …

Member Avatar for Aneesh_Argent
0
91
Member Avatar for stek74

I have to implement session management in an asp.net application and with mode as sql server. Any inputs on how to implement and test this? I was trying for instructions on the following web site, but i am lost [url]http://idunno.org/articles/277.aspx[/url]

Member Avatar for sierrainfo
0
112
Member Avatar for brightline

I want to execute a stored procedure using LINQ and retrive the results into DataSet. Thanks in advance.

Member Avatar for sedgey
0
110
Member Avatar for sierrasoft

How to add any user to System Admin role Programmatically in ASP.net 2.0 using SQL Server 2000 ?

0
57
Member Avatar for ben2008

Hi, I have a tabcontainer with two tabs.Both contains a third party calendar control. And have a button outside the tabcontainer to change the view of calendar. I can do this with the first tab calendar, but when goes to second, how to do the same with a single button …

Member Avatar for ben2008
0
82
Member Avatar for luckyads

[code=XML] <?xml version="1.0" encoding="utf-8"?> <users> <user> <name>aditi</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>aditi</firstname> <lastname>surname</lastname> <usertype>1</usertype> </user> <user> <name>jillian</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>jillian</firstname> <lastname>chen</lastname> <usertype>2</usertype> </user> </users> [/code] [COLOR="Red"]How can I search for the <name> and the <password> node so that I can authenticate the login using this XML in ASP.NET?[/COLOR] Currently I am looking at something …

Member Avatar for luckyads
0
105
Member Avatar for luckyads

Hi ! I am having problems accessing a label on an aspx page to a called function which resides in a seperate .vb file. My code is as follows: Login.aspx ======== [icode]<asp:label id="lblErrorMessage" runat="server"></asp:label>[/icode] BL / PSUrAccount.vb ============== [code]Public Class WBUserAcct I want to access the 'lblErrorMessage' control here..!! End …

Member Avatar for luckyads
0
70
Member Avatar for sierrasoft
Member Avatar for AnilReddy

Hi I want to install .net framework through c#. I have a button in my web page, once the user clicks that button i need to install the .net framework in user's system. Can anyone help regarding this. Thanks in advance Anil

0
76
Member Avatar for plazmo

im trying to find a way to do an action when someone accesses a image file. example would be someone views 'http://site.com/image.jpg' then say i want to log who has veiwed this file in my database. ive heard of ad sites doing somethign like this for tracking people but i …

Member Avatar for sedgey
0
166
Member Avatar for luckyads

I have generated an XMl which goes like this - [code=xml]<?xml version="1.0" encoding="utf-8"?> <users> <user> <name>aditi</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>aditi</firstname> <lastname>aditi</lastname> <usertype>1</usertype> </user> <user> <name>aditi</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>aditi</firstname> <lastname>aa</lastname> <usertype>1</usertype> </user> <user> <name>aditi</name> <password>6C8C90F3860019AB48FDFC3F7541291B333B7B4B</password> <firstname>aditi</firstname> <lastname>aa</lastname> <usertype>1</usertype> </user> </users>[/code] Now, I want to login using this XML, so it should search for the …

Member Avatar for sedgey
0
84

The End.