13,936 Topics

Member Avatar for
Member Avatar for vigneshwar
0
48
Member Avatar for ansari.wajid

Hi I want to extract sustrings from a string and want to store in an array. The string is dynamic it will change but the criteria to extract substring is same. say for example a string str="something is [!better] than [!nothing]" so i need to extract [!better] and [!nothing] from …

Member Avatar for dickersonka
0
107
Member Avatar for srinivasparcha

hi all, i want to know how to work with gridview in asp.net as i am using Sql srver 2005 database. i want to know what are the methods in a gridview that we use to display the data in various formats. Can anybody help me in this . Regards, …

Member Avatar for greeny_1984
0
57
Member Avatar for yomr

here is my dilemma I have an Oracle database that consists of tables (duh!) for an award nomination project where I have a table for nominees and a table for each category of qualifications for example table 1 (nominees) name ID_NUMBER PK DEPARTMENT NAME PHONE# table 2 (education_information) ID_NUMBER FK …

Member Avatar for gever
0
134
Member Avatar for zinu

hi to all, i am new in asp.net.then i have a form in asp.net(vb) for an invoice bill. i want to add the invoice item row by row...each row containing item name,quatity,cost,tax,price.. in table i used a combo box for item name,tax,a textboxes for remaining fields.. first when i load …

0
77
Member Avatar for bdicasa

Hi guys, I'm new to ASP.NET and MySQL. I've worked with Microsoft Access for a while (6 months or so) so I have an understanding on how databases work. However, now I am trying to create a website with ASP.NET 3.5 and MySQL. So far I've been able to get …

Member Avatar for rainny
-1
188
Member Avatar for vuyiswamb

Good Evening alL I have an ASP.NET Front end that seaches the Dates in certain Ranges. here is my Data Layer. [CODE] public DataTable Get_Date_by_Month(String Username,String Datefrom, String Dateto) { con = new OleDbConnection(strcon); DataTable Details = new DataTable(); da = new OleDbDataAdapter(); cmdselect = new OleDbCommand(); cmdselect.CommandTimeout = 0; …

Member Avatar for LizR
0
81
Member Avatar for mo_zag

Hi guys hope you can help i need to know how i would use curl to fill in a form which uses asp.net postback function with javascript anyone achieved this if yes how. Thanks Guys

Member Avatar for w_3rabi
0
89
Member Avatar for venkatramasamy

Hi to All, Just override some inconvenience with the session "inporoc: mode, i decided use some other and successfully implemented the SQLServer mode, But My Webserver(Webspace Provider) doesnot support for the SQlServerMode, so again i tried for some other option, this time Stateserver, it works fine in a New Empty …

Member Avatar for venkatramasamy
0
154
Member Avatar for soundhouse

I am working on a maintenance issue with some classic ASP code, and have run into a problem. When running the page, I get the error: "A name was started with an invalid character" as well as "Cannot view XML input using XSL style sheet. Please correct the error and …

Member Avatar for katarey
0
83
Member Avatar for viswa2009

I am using querstring to pass names from one page to another. For example if the name is "viswa murthy" it is only showing "viswa" in the querystring. I want to display the full name.

Member Avatar for dickersonka
0
57
Member Avatar for joy.bangalore

Hai, I am a new member of this site. I have a query regarding IFrame. I have a IFrame inside a .aspx page, & IFrame is responsible to display External sites like google.com or yahoo.com etc.. Suppose one user open my aspx page & he/she is seeing google.co.in inside IFrame,& …

0
42
Member Avatar for saquib189

Hello friends, I'm using a createUserwizard in my page for registration and in that i have 3 wizard step, i..e. one for uiser login, second for additional information and third for Email confirmation, so the login credentials is succesfully store in the membership table when i click on create user …

0
45
Member Avatar for Raj.Acharya

Hi! I have to merge two pdf file in to one pdf file using TallPDF.Net 3.0 any one can guide me on this issue. Please reply anybody as early as possible. Thnks

Member Avatar for peter_budo
0
172
Member Avatar for psathish2

i am asp.net beginner , i need to upload file to sql server 2005 and also download file. what are the code to use and where i put the code . plz ...

0
103
Member Avatar for Dinomike1000

I tried adding such a link to my ASP.NET website by using a Javascript:windows.addFavorites etc.etc. command (or something similar), but it doesn't work. Does anyone know how to create such a link or button in ASP.NET so that if someone clicks this link, the Add Favorites windows will pop up …

0
96
Member Avatar for drpepper

Hi! I have a problem that hundreds has had before me (google.com), and i've read countless solutions for my problems, but still haven't found one that actually solves it. I'm trying to make a simple login on my asp.net page with visual studio 2008. It works fine on localhost, but …

0
40
Member Avatar for shobhitgupta86

Hi guys... i am new to .net programming i have made a small s/w for hospital management for the hospital of my relative...... no, they want my application to run in their office on Network....along with a common Database i have made the application in C#.NEt and another application in …

Member Avatar for dickersonka
0
73
Member Avatar for Doc Holiday

hello, I 'm still a noob at programming in vb.net I have a problem. I 'm trying to get my selected rows values to another page. Basically, there two values that not being displayed in the gridview, but is part of the selected statement in the store procedure that populated …

Member Avatar for Oreo1982
0
115
Member Avatar for etenge
Member Avatar for Alexpap
0
112
Member Avatar for ChintuChowdary
Member Avatar for vingo_mail

I have a problem to disable a browser back button of a particular child page(Not all child pages of a master page). No problem when i use in a separate page. I may use history.forward script to onload property of a body tag in a page. but now i m …

0
42
Member Avatar for Raj.Acharya

Thanks in advance. I want to develop iPhone web application using asp.net can any one guide me how to develop iPhone application in asp.net

Member Avatar for Raj.Acharya
0
83
Member Avatar for agz86

am new 2 ASP.net..how to include calendars in a datagrid? cud sum1 help me out vth the code??

0
61
Member Avatar for bdicasa

Hello all, I have a fairly good grasp on how to design a database (took a couple courses on it) but I'm not sure how to set up a database for use with a website. My plan is to develop the website with ASP.NET and MySQL. The website will have …

Member Avatar for dickersonka
0
116
Member Avatar for anitha joe

Hey all, I had a project assigned today and I need to complete in 4 days..A part of that project requires me to create a user online registration form..All user information needs to get saved in an excel file. I have never done this before.. I know how to save …

Member Avatar for dickersonka
0
78
Member Avatar for Lee_Sonnenburg

Hey I'd like to be able to play an mp3 file in a an application in one of my Load procedures. I just need the syntax for playing the file. thanks, Lee

Member Avatar for Lee_Sonnenburg
0
167
Member Avatar for benjaminfusion

hi, i'm trying to get a grid to group data horizontally. ie: col1 col2 col3 1 x y 1 a c 2 a b to be: 1 -somethinga x y a c 2 -somethingb a b I've tried using the gridviewhelper class which is great but alas i have buttons …

0
43
Member Avatar for KARNANI ASHOK

Hello i wish to display in our local intranet site birthday of employees as per the database for next three days. it has displaying for current date data only. please guide - how to edit the asp page for displaying the birthdays of employees for the next three days in …

Member Avatar for dickersonka
0
46
Member Avatar for greeny_1984

hi, i want to know y cant we access a value in a bound column in a datagrid which is made invisible or else is there a method to retrieve value from a bound column in a datagrid which is made invisible

Member Avatar for dickersonka
0
69
Member Avatar for prasannapower

How to use javascript codings in Asp.net page when ths script language already being declared is VB.If i replace VB as javascript in script tag VB sources get disabled.Tell me an option to use both scripts in ASP.net page.

0
54
Member Avatar for serkan sendur

i am going to purchase a laptop, do you guys know which version of vista is recommended for app. developers?

Member Avatar for graham_m84
0
112
Member Avatar for Raj.Acharya

i have following quetion: can i use javascipt code that will call a function and click an link in an iframe. The javascript code must run from the parent page and click on a link inside the iframe.

0
58
Member Avatar for vipinsgangwar

Dllregisterserver entry point was not found while registering a dll. When I am registering a Dll WaveLib.dll, I am getting this error. what will be the solution for it. Basically what am i doing is, I have to get a namespace for using wavelib component. Thankx in advance.

0
75
Member Avatar for prasannapower

My 1st aspx Program... I creat an aspx coding , when i m run in dreamweaver 8 , it showing error ...below **The tag:"seript" dosent have an attribute:"runat" in currently active version.[HTML4.0]** Plz Give me soluction

Member Avatar for prasannapower
0
71
Member Avatar for dudegio

Hello Guys, Anyone knows what is the MIME content type for the file .aspx, i.e. ASP.Net (VB / C#). I am using VISTA OS. I've been searching it on the Internet but results does not show those with extention .aspx. Please help. Also if you have an idea of the …

Member Avatar for dickersonka
0
164
Member Avatar for Poornisona

hi, In my web application ,i need to use Fileupload button to load the image and then convert it into Binary data then save it in Database..... in my 1st part i need to do all the process i mentioned above,in my 2nd part i need to convert my binary …

Member Avatar for dickersonka
0
100
Member Avatar for matale

Hello, I have a Categories Table and a Products Table each product has a CategoryID which joins it to the Categories Table. I have a gridView in which I want to enable adding deleting Catagories, how do I check if a category has Products in it, before attempting to delete …

Member Avatar for dickersonka
0
102
Member Avatar for sebastian3

dear all, can u help me in image uploading withing updatepanel in ajax. i think its not supported. can anyone give any alternate option. thanx

0
52
Member Avatar for elvy2000

[code] i have writen a function in the vb class file and i am trying to read the function form the asp.net but it is showing an error Error 13 Reference to a non-shared member requires an object reference. can you help please i am new to this subject elvin …

Member Avatar for selvaganapathy
0
91
Member Avatar for brightline

I am using a Login control, where the user name in supplied in the format "aaa@aaa.com" The text is displayed in the "LoginName" control in the same format "aaa@aaa.com" I want the LoginName control to display the first name of this user which is stored in the Active Directory. I …

0
89
Member Avatar for evios

erm, hi everyone, i am working on chart using dundas chart, i already load the .dll file to the toolbox, drag it for its control, load the .mdb file as well for the data source, and when i try to test query, i still manage to view my data, however …

Member Avatar for mmd
0
61
Member Avatar for Oreo1982

Hi, I have a web form that uses an objectdatasource to select and update the data that is displayed on a gridview. the select is working great, but the update keeps coming back with this. " ObjectDataSource 'objdsIntake' could not find a non-generic method 'UpdateCompleted' that has parameters: Completed, LName, …

0
79
Member Avatar for karan_21584

currently i m using asp.net with c# (2.0 framework). here i created a datatable and put these values in gridview and i have displayed. But when i check the gridview row and column count, the row count is coming correctly. but the column count always remains 0. y? kindly help …

0
80
Member Avatar for cpeeyush1

hi, here i am in a great trouble i am designing a website of some event and i want to show different look of my home page on each time when it's open by some user i have no idea about this so please tell how can i do this? …

Member Avatar for greeny_1984
0
52
Member Avatar for bulieg

Hi guys I'm doing my project here now i've got a problem of how to create reports in asp.net and display them in bar graphs or pie chart or anything. the graphs that i want i want to create them using the data from my database. plz can anyone help …

0
44
Member Avatar for cellus205

Hows it going everyone. Im pretty sure theres a simple way to do this, but cant figure it out right now. Im still relatively new to vb .net, and have a function that reads a csv file into a datatable and fills a datagrid. But what I want to do …

Member Avatar for cellus205
0
1K
Member Avatar for arslanovski

How can I refresh parent page when popup page is close in ASP.NET . I update the db in popup page. I list the information on parent page.

Member Avatar for greeny_1984
0
112
Member Avatar for ansari.wajid

Hi I have gridview and I am using gridview1_rowupdating event to update the gridview, but when I am using the code given below its not working. I do not know why it is not updating, it is not even showing error. please help me resolve this problem. Thanks [code=aspnet] protected …

0
137
Member Avatar for edisonchua

hello everyone, im new to c++. i was able to create a dll using vb.net, created it as COM CLASS. this is for me to be able to create a .tlb file which will be imported to the c++ version 6. my question is how will i import this library …

-1
52

The End.