13,153 Topics

Member Avatar for
Member Avatar for nzkks

Hi, I am using these: ASP.Net 2.0, VB.Net, SQL Server 2005, Visual Studio 2005, Typed dataset & data table adapters using xsd file and BLL classes. Example scenario (copied from somebody who asked the same question and not answered with examples.) Table 1 Main ID (autonumber) field1 field2 field3 Table …

0
80
Member Avatar for jkvsos

hello i am developing asp.net+sql server+crystal report with vb code i need a help to change report connection change from my vb code please help me....

Member Avatar for Kusno
0
72
Member Avatar for mahendrabilla

Hi, I want to add the auto complete functionality to my new .aspx page. I am working in .Net 1.1 + ASP.Net. I want to add the functionlaity using simple div and it should be similar to the Google search option. When the use type on key press the result …

Member Avatar for serkan sendur
0
59
Member Avatar for jimib

I am attempting to configure a datasource in an AJAX web page from an existing postgreSQL database that resides on our server. I have done this many times with MySQL, no problem. When I finish the configuration for the PostgreSQL Database in the "Add Connection" wizard of Visual studio 2008, …

Member Avatar for jimib
0
110
Member Avatar for agrothe

Some strange errors occurring in my asp.net website. I was using the MS ApplicationBlocks.data.dll to connect o my SQL database. Once I started testing my website on IIS as opposed to the ASP.NET development server, I started getting connection pool errors. So, like anyone would, I searched for every instance …

Member Avatar for agrothe
1
533
Member Avatar for kals4u

Hey frnds....1s again i need ur help.. Im developing an asp.net C# Application.. My client requires to send images of Big Size the problem is that now i have to compress the high resolution Images to a smaller size and then also decompress after downloading the images... I just need …

Member Avatar for sknake
0
65
Member Avatar for xtremerocker

I'm currently working on a website that's using the standard ASP.Net login system. I'm stumped as to how to have a newly created user automatically added to a specific role, i.e. member, admin, etc. The site is in C# instead of VB. Any help is greatly appreciated! - Michael

Member Avatar for kals4u
0
56
Member Avatar for tcordero

I need to add a feature in my VB .NET application to SCAN a document directly to a directory. The output directory and output file name is pre-defined in the application. I don't want to have the scanner config screen to popup everytime. Thanks, Ted

0
53
Member Avatar for Coward

hi all i want create Query with Nhibernate i problem with average time the object my code : [CODE] public static int GetInboxFaultsCount(int InboxId, FaultState State) { Criteria criteria = new Criteria(); criteria.Query = "select count(distinct fault) from IFault fault inner join fault.ReceiversInbox inbox where inbox.Id=:id and fault.State =:state AND …

Member Avatar for Coward
0
132
Member Avatar for kischi

Hi, I have a problem with a scrollbar, once in a while when I try scrolling up or down it jumps to the recent position of the scroll. You can see the problem on: [url]http://radiojazz.dk/udsendelser.aspx[/url] And then try to scroll abit and see that it jumps. Does anybody know how …

Member Avatar for kischi
0
151
Member Avatar for shashank.kuls

Hellow frnz i wanted to select row in gridview using checkbox, using c#.net pleae help me

Member Avatar for jkvsos
0
145
Member Avatar for saquibaltaf

Dear Developers.... I am going to develop application in ASP.NET / Vb.net. I want that Interface of that application is in urdu Language .. I need Help in. 1..... How to use urdu font in Vb.net for Application Interface. 2.... is it Possible to save Urdu text as it is …

Member Avatar for ithelp
0
75
Member Avatar for normality2000

Would anyone have any example code in VB that illustrates how I can merge the tables that are generated when XML is read into a dataset. An example of the XML would be: [code] <process> <block1> <name>name1</name> <dated>01/04/2009</dated> </block1> <block2> <text>A</text> <UID>1</UID> <title> <label>label1</label> <value>value1</value> </title> <description> <label>label2</label> <value>value2</value> </description> …

Member Avatar for normality2000
0
92
Member Avatar for mitcheldany

Hi, i want to do Category and products concept in my application. I need to display category and product names in label and dropdownlist controls.category names should display on label and Product names should display in dropdownlist. when i select a particular product that will show our details. Can anybody …

Member Avatar for mail2saion
0
63
Member Avatar for Bingy

Hello y'all. Running WXP Pro SP3, on laptop (Acer 3002) I have installed .Net 1.1, 2.0 SP2, 3.0 SP2 and 3.5 SP1. Do I really need them all? I thought not and tried to delete 1.1, 2.0 and 3.0. through add/remove programs but they wont go. Got message...."cannot uninstall as …

Member Avatar for Bingy
0
103
Member Avatar for NguyenThai

I have started with ASP.Net just 1 month. Right now, my project may implement the control that users can recovery their password by answering question. We all know that Visual Studio or Visual Web Developer has a control name Password Recovery Control, just drag and drop. So far I have …

0
124
Member Avatar for luckyads

Hi All, I want to pass an id via querystring from a hyperlink in a datagrid. How can I do it? I wrote the following, but got an error "The server tag is not well formed" [code] <asp:HyperLink [B]NavigateUrl="~/users/matrix.aspx?Exercise=<%# DataBinder.Eval(Container.DataItem,"hid")%>"[/B] Text="Link" id = "lnkLink" runat="server"></asp:HyperLink> [/code] Please help! Thanks in …

Member Avatar for luckyads
0
451
Member Avatar for naorye

Hi, I posted a question in C# forum and a guy there advice me to ask the question here. So, here is a link to my question: [URL="http://www.daniweb.com/forums/thread190093.html"]http://www.daniweb.com/forums/thread190093.html[/URL] First, I will describe the classes and then I will describe the error: I have a class Task3: [ICODE] public class Task3 …

0
64
Member Avatar for blackcorner

I have three ASP.Net applications and I want them to share their user status (Anonymous, LoggedIn). For this I use a custom Membership provider which lets me manage my users database effectively. But... How can I authenticate a user in one of this applications AND let the other two applications …

Member Avatar for blackcorner
0
117
Member Avatar for thiruma007

Hi buddies, I am new to this forum.I have a query in Upload doument to database. Is it possible to upload multiple number of documents such as *.doc(word doc) to SQL Server database at a single upload Event.(Eg. make all the douments in the Excel sheet and upload it) in …

0
42
Member Avatar for atplerry

Hello i want to collect value from a website e.g called [url]www.buygoods.com[/url] pass the value to my secure and process the transaction and send the the value back to the destination website. Pls how can i get this done, I try using query string to redirect to the my server …

Member Avatar for mail2saion
0
143
Member Avatar for jain4

Hi There, I am fairly new to ASP.net and MS Access. I am workin gon a site where i need to make a product catalogue. The products can be maintained from an admin section. I Have designed and got the page ready for inserting new products. I am stuck at …

Member Avatar for jain4
0
135
Member Avatar for 061923

i am working in web site project for e-learning in asp.net using vb.net, one of our services in our web page is the ability to record your voice using (save recorder,play recorder which in windows) then send it as voice messege. I want your help how can i save voice …

Member Avatar for sknake
0
106
Member Avatar for chicaloca

hi everyone my first post so sorry if i do anything wrong! ive gotta design a small website with a backend database using access and visual studio 2008 for a uni project. what I'm currently doing is having a form using detailsview so the customer can submit their details. when …

0
63
Member Avatar for satnam03

how to add two numbers and display the number of images in placeholder equal to the result of addition of two numbers using asp.net?

0
46
Member Avatar for bsg

Hi, I'm working on an events section for a website and have run up against the following problem: I would like every event registered to have its own web page on the site. What I would like to do is to have a template with basic layout, etc., and then …

Member Avatar for sedgey
0
119
Member Avatar for qwzxlk

I am in the PHP development with basic development skill. I want to enhance my skill to master level and also want to start learning .NET to become good .NET developer too. What are the good ways, available resources, good books and other thing that you can suggest me to …

Member Avatar for chrishea
0
83
Member Avatar for mrGee

Hi I have dreamwever CS3 and I have created vb.aspx files and when I open my forms in visual studio 2008, flash buttons cannot be displayed. Thank you in advance

Member Avatar for sedgey
0
72
Member Avatar for atplerry

Hello, On my project that deal with online payment system, i want that when a user is buying goods from a website called e.g www.buy.com and want to pay using my payment website called www.pay.com when the user from www.buy.com choose to use my payment solution i want to redirect …

Member Avatar for sedgey
0
227
Member Avatar for gabs_72002

i have a page that created in asp.net and i'm using microsoft visual studio 2008. when my page is access in other computers that different resoulution the data of the page are disarrange like the images, label, textbox and others.. pls help me how can i fix this problem.... ty …

Member Avatar for sedgey
0
85

The End.