13,936 Topics

Member Avatar for
Member Avatar for bsousa

Hi all, I'm trying to consume a Service called GetMemberPointsAvailable using VB.NET. Here is the wsdl: [url]http://sp-s3g-uat.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl[/url] This service is written in coldfusion - axis engine. The steps: I'm using VB.net on Visual Studio 2005. I created a new windows application project. Then I added a web reference with URL …

Member Avatar for saisunil1978
0
193
Member Avatar for Munendra Kumar

[B][U]Note : -- [/U][/B][COLOR="Red"]Actually the IP address of my system is 192.168.1.253. The sql server is on the system 192.168.1.12. On my system the program is working properly. When I publish tht web service in inetpub, I can access also on machine 192.168.1.144 by the URL "http://192.168.1.253/MyWebServices/Service.asmx". But the same …

0
51
Member Avatar for rk1

Hi, I am not getting any results from stored procedure ,passing a parameter to the stored procedure . My code is [code=asp]<%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Web.UI" %> <script language="VB" runat="server"> Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load Trace.Write("This msg is …

Member Avatar for vishakha_ate
0
99
Member Avatar for StandardsDT

I've tried scanning my friends computer with CCleaner and Spybot as well as anti-virus and nothing was solved. The computer prompts "Application Failed to Load" errors upon log in. Then a program called PhotoGallery tries to install automatically but fails repeatedly. There is no internet connection either. The wireless signal …

Member Avatar for jholland1964
0
167
Member Avatar for brightline

I want a source code to a web application that I can use to upload a word 2007 file and store it in a database in an image field and then take the contents of this file. but please consider the security issues when this application is being published. I …

0
65
Member Avatar for BalagurunathanS

Hi all.. I have a aspx page with a datagrid holding values in it..I need to write the datagrid values in the excel for which i use the following code.. Private Sub btnexcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnexcel.Click Response.Clear() Response.AddHeader("content-disposition", "attachment;filename=FileName.xls") Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.Public) Response.ContentType …

Member Avatar for sarad
0
102
Member Avatar for pankaj.jainin

i face a problem when i load a asp.net page Server Error in '/' Application. Runtime Error

0
45
Member Avatar for Munendra Kumar

Actually I create a new web service and an aspx project to call that web service. Tht was working perfectly. After that I publish tht web service into inetpub. And by IP address I can directly access that service. Every thing was in control. But the problem is now tht …

0
45
Member Avatar for Lokesh.snghl

hi all can any one tell me that what should i do for page break after a asp control in Asp.net Lokesh.snghl

0
55
Member Avatar for vijiljones

I having a requirement to store the image in mysql and also retrive the image and display in the browser. Please help me. how to do

Member Avatar for peter_budo
0
37
Member Avatar for ndodi

Hi everyone it Eric (Ndodi). can someone pls help me , i want to disable the validation controls if other controls are activated and how to display the current date

Member Avatar for ndodi
0
108
Member Avatar for Kusno

Dear all, This code below is used to clear TextBox and dropdownlist control value [CODE]Public Sub ClearPage(ByVal Pg As Page, ByVal Form As String, Optional ByRef ClearCombo As Boolean = False) Dim Obj As Object For Each Obj In Pg.FindControl(Form).Controls If Obj.GetType().Name = "TextBox" Then Obj.Text = "" End If …

Member Avatar for greeny_1984
0
115
Member Avatar for rje7

[ATTACH]6894[/ATTACH] port number at the asp.net developer server and port at which the WebDeveloper tries to run the Website do no match. which gives me a page not found error. each time i have noticed that the port numbers differ by a count of 2/3. i tried using manual port …

0
71
Member Avatar for whoost

I have a bit of a problem here that may involve several languages, but i think the problem (and hopefully the solution) lies in the ASP.NET portion. Forgive me if I have posted in the wrong forum. I have an ASP.NET (Visual Basic) page with CSS I wrote that makes …

0
53
Member Avatar for kart_racer3

Greetings! I am currently working on a database project that I had started several months ago. What I am attempting to do is allow users to submit data to a database, and then allow them to query information from the database on a separate page. I have implemented database connectivity, …

Member Avatar for kart_racer3
0
60
Member Avatar for mindfrost82

I'm sorry for my ignorance, but I'm fairly new to PHP, so let me explain what I'm trying to do. I'm using a CSV file as my data source, which isn't a problem, I can read/write fine. I'm using this code to create a table from the CSV file: [code] …

Member Avatar for mindfrost82
0
2K
Member Avatar for guptaalok12

I want To pass A DataSet in a QueryString.So that I can get it another page.Is it possible.How i can i do it Pls help

Member Avatar for a496761
0
92
Member Avatar for sathiyamoorthy6
Member Avatar for NamrataC

Hi All, I've a java script file in which I've written a validation function. I want to call and execute this function in my asp.net page so that the client-side validation is executed. Somebody please help me soon.

Member Avatar for greeny_1984
0
114
Member Avatar for ChintuChowdary
Member Avatar for greeny_1984
0
43
Member Avatar for KaungGyi

Hi, I am going to develop the Online Community System for IT students as my own project. In that web site, I want the member to send message between them. I dont really clear how to send message between members. I am using ASP.net and VB.net for this project....and JavaScript.... …

0
63
Member Avatar for rajeswaran25

first just read my aspx&aspx.cs codes then repaly me aspx.cs code: [code=asp.net]namespace ReceiptsEntryPro { public partial class Groups : System.Web.UI.Page { RecieptBusiness objbs = new RecieptBusiness(); string strid; protected void Page_Load(object sender, EventArgs e) { GlidMax(); ItemsGet(); //repGroups.DataSource = dsrep; //repGroups.DataBind(); } protected void btnSave_Click(object sender, EventArgs e) { string …

0
62
Member Avatar for jamello

I have data I am displaying with a repeater in vs 2.0. Its just a very short record length but high volume data. The repeater displays it vertically but most of the screens real estate is left empty. The challenge is how do I manupulate the repeater table tags to …

Member Avatar for bheeks
0
160
Member Avatar for jeffchan86

I'm doing a online hotel reservation system. can i any people tell me how i can i redirect the users to another page which shows the summary of the reservation after the users has submitted the reservation form??

Member Avatar for bheeks
0
78
Member Avatar for WhYuLoOkIn

My goal is to set a session variable and have it timeout after 10 min. I tried to do this with cookieless="false": [CODE] <sessionState cookieless="false" timeout="10"> </sessionState> [/CODE] The code above did not timeout after 10 min, I believe I did that correctly if not please let me know. After …

Member Avatar for bheeks
0
136
Member Avatar for Lokesh.snghl

hi all Can any one tell me how to show child gridview footer value in parent gridview control like label or textbox

Member Avatar for greeny_1984
0
58
Member Avatar for knrakesh

hello friends, can u please tell the event for delete, when using hyperlink as a link to delete please tell me with code Thank u Rakesh Nagekar

Member Avatar for greeny_1984
0
96
Member Avatar for sandeep s

Hi friends,i have one task regarding drop down list. That is ,I have one registration form, in that i have one CITY drop down list,COUNTRY drop down list.I filled it and the city name ,country name should be loaded in the database. Now my requirement is,in update form the CITY …

Member Avatar for reply_alok
0
87
Member Avatar for knrakesh

hello friends, how to import .MDB file to sql server please tell in detail please Rakesh Nagekar

Member Avatar for greeny_1984
0
78
Member Avatar for andrew13d

hello people. I am extremely new to web design, I have read html quite alot I need yo help however to design a database for an inventory that is accessible over the internet. Can I use MS Excel or Access for the inventory database? Which scripting language of php and …

Member Avatar for langsor
0
136
Member Avatar for Hla Min

hello all Name : Hla Min ; age : 22 ; country: Myanmar ; city : Yangon ; occupation : student ;:yawn: music : Alter Bridge, Daughtry , Evenescense , CrossFade , Bullet for my Valentine , Breaking Benjamin, My Chemical Romance , Papa Roach , Red Hot Chilli Pappers …

Member Avatar for selfhelpebooks
0
84
Member Avatar for vishakha_ate

Hi friends, Need you help. I m using some search criteria and searching the data from database. now i got the data from database as per search word. and displaying all information on web page. now i want to change the background color of that word as when we search …

Member Avatar for vishakha_ate
0
126
Member Avatar for gouki2005

I cant run a asp.net...this erro appears..."It was not possible to have access to IIS's metabase." any sugggestion..

0
44
Member Avatar for mcgarry101

Hi, I am having a small problem when using gridview paging. Basically, the paging numbers are spread across the bottom of my grid, rather than either aligning to left/right, and all sitting together. Anyone else seen this before? This would be fine if there were lots of pages, but for …

0
56
Member Avatar for johnny.g

hi all,,here i m again stuck in the midst of my project.i am using asp.net 2005 in vb language and sql server 2005.Well in my application i have used a datagrid tht fetches data from a table.i am able to edit update and delete.in my table i have columns called …

Member Avatar for johnny.g
0
121
Member Avatar for knrakesh

Hello Friends, please require help for how to check the " Is the value set or not " to send the value to other page require urgently pleaseeeeeeeeeee Rakesh Nagekar

Member Avatar for greeny_1984
0
75
Member Avatar for plolic

Hi I have a crystal report which accesses a stored procedure. In this stored procedure there are parameters that i pass through to a web asp front end. As you can see below the parameters do appear but come up with a default heading (Enter Parameter). I have checked the …

0
68
Member Avatar for IamOnCloudNine

How can I add images as list items in dropdown list? Is it possible at all in ASP.NET? I have seen such dropdown lists with images, but am not sure whether that can be done in ASP.NET. Does anyone know how to do that?

0
53
Member Avatar for brightline

I am using a web services in my web project. the project is runing using web services fine. I had pblished it and made it anonymous access so if ay one write the URL of the web sevice in the explorer it runs ordinary without any security. But, I want …

0
61
Member Avatar for Lokesh.snghl

hi all, i m working on a project ,in it i m using three grid view outer,inner andinnermost.i have done almost in my project but problm is coming to show value in footer row in inner grid view .i have 5 and more rows in inner grid view and i …

0
73
Member Avatar for spacekat

We pulled this from[Vbasic.net](http://vbasic.net/detail.aspx?tid=105). A friend of mine has it running on his home server but I keep getting errors on our production mahcine please help!!!! Thanks!!! Generating random passwords can increase the security of a website by taking the process out of the hands of the user, or simply …

Member Avatar for tuse
0
854
Member Avatar for anuj mishra

like i m plannin 2 go for some language nd m completely confused... in between vb.net and asp.net...... could any one let me know which one is for what nd more applicable nowadays in industry... like my main emphasis is on website developement.....nd o also want to develop an inventory …

Member Avatar for anuj mishra
0
129
Member Avatar for jamello

people! I noticed that when a web page displayed is sent to the printer for a hardcopy, some sometimes annoying and unnessary headers and footers are printed alongside the main document. This are usually the file paths of the document being printed. I believe there is a way this "feature" …

Member Avatar for greeny_1984
0
164
Member Avatar for jamello

I have a project I am currently working on and I need users to be able to chat online amongst themselves. Please experts, what are the basics I need to know and implement so that this becomes possible.:?: :cool:

Member Avatar for jel3
0
112
Member Avatar for satheeshmanian

Hi All, When i tried to execute my ASP.Net Application, I got the Runtime error in IE " 'null' is null or not an object ". Im using Visual Studio.Net 2005 and using some Ajax Controls in my application. If i click some Events, it shows the above message. Please …

Member Avatar for MattEvans
0
323
Member Avatar for jeffchan86

i'm doing a online hotel reservation project using asp.net Vb script now. but i'm facing problem that once the users has submitted their reservation form. how can i redirect the user to another page while the data can be inserted into my MS SQL database? hope somebody can help me …

Member Avatar for tuse
0
239
Member Avatar for Nithya.G

iam using two checkbox inside the gridview, when i select one of the checkboxes the second box should automatiocally checked Thanx in advance Nithya

Member Avatar for Kusno
0
106
Member Avatar for meenakshi pant

I have designed Cross-Tab crystal Report in version 9. In the summarized field it shows some amount and adjacent to it is amount % of total amount of the column. I am design it in crystal Report but when I am trying to view the Report in .net1.1 viewer Percent …

0
57
Member Avatar for ManiacPC

Hi everyone, I'm trying to fix this issue .... I'm really annoyed about this... I'll explain you: I have a main computer, called "maniacpc" wich it's choosen ip its: 192.168.0.106 (constant ip) and i have installed windows xp with iis 5.1(updated till now 06/13/2007), i created my applications using postgresql …

Member Avatar for Ricendithas
0
155
Member Avatar for hapax

I want to learn Java web development. What should I study first? JSP, servlets, and JDBC? Or should I jump right into learning to use environments like Struts, JSF, Spring, Hibernate? Which of these would you recommend, if so? (I'm from an ASP.NET/C# background, but I want to start learning …

Member Avatar for stultuske
0
102

The End.