13,936 Topics

Member Avatar for
Member Avatar for uskumar_33

Dear All, How do i send SMS Message from my asp.net (vb.net or c#) application. can u guide me help, please........... Thanks, Suresh U.

Member Avatar for naveenchander
0
212
Member Avatar for magusdf

now that i have the site set up with an authentication it seems that i have to use a soap service to authenticate the passwords against. so i guess i'll need to use the .net login page i have pass the information over to soap string somewhere and take a …

Member Avatar for Paladine
0
107
Member Avatar for rico6xrico

Hello All, I'm trying to understand the whole concept of Webservices ans ASP.NET. I've created following documents, using "VB" Script. MathServiceClient.aspx MathService.asmx MathService.wsdl MathService.vb On my MathServiceClient.aspx file I have the following include, {code} <%@ Import Namespace="MathService" %> {/code} *I think this forum required {code}{/code} when posting code. Well, when …

0
60
Member Avatar for ozeona

hi im a newbie in asp.net(learn 2 days ago) n still havent fully grasp the concept of asp.net yet. I ran into some problems here but i dunno what is it. i've tried looking at the other post but could not really find the error in mine .Can you please …

Member Avatar for Paladine
0
160
Member Avatar for david123

Hi there. In my work I've got pretty simple task-create a new javascript window and send data from it to "original page". Because of original web page's logic I cant pass entered data back through querystring so I decided to register a event on javascript page and then data send …

Member Avatar for Letscode
0
84
Member Avatar for DJ1UK

Hi All, I'm stuck!! I've got a page with 3 dropdowns on it and a submit button to pass the data to a table in a database. The code is as follows: [CODE] Sub Page_Load(sender as Object, e as eventargs) dim objConn as new OleDbConnection ("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=C:\blah\blah\blah.mdb) objConn.Open() …

Member Avatar for gaumehta78
0
167
Member Avatar for Pankaja

Hi All I am hoping someone can help me out since this is driving me nuts. On my ASP.Net page I have DIV areas and one ASP.Net server label control : Code: _DIV area 1_____________________________________________________ Message Center View All Messages| _DIV area2_____________________________________________________ (lblMsgCenter) This is first test message. | | …

0
63
Member Avatar for chiwawa10

Hello, I'm facing a with a real-time app. This real-time app is reading data from the serial port, then, process it. However, it seems to miss some data when the computer has some other apps running. More data are lost when other app do heavier processing. When i try to …

0
103
Member Avatar for Partydude4

Can anyone tell me how or what's the code for the following: 1. I have two frames on my web page. (Top and Bottom) 2. Top Frame is data 3. Bottom Frame are some Controls. (Print button, Back Button, Close Button.) 4. I [B]do not[/B] want to use Java. 5. …

Member Avatar for Partydude4
0
410
Member Avatar for Paladine

I am just going to throw this out here and see what responses I get. Is there any tutorials any of our members would like me to post in the .NET Tutorial Section? Login (done) Registration (done) SQL vs Access DB backend (done) I was thinking of possibly a datagrid …

Member Avatar for Paladine
0
86
Member Avatar for softmind82

how i can make connection with acces database from three location like, lahore, london and usa . i m using application software and , can u guy suggest me any other way to solve this prob or make is sufficent , might eb webbased ..? if one updation occur on …

Member Avatar for tgreer
0
107
Member Avatar for Jayakumar R

I have the following code snippet 1) Page1.aspx.cs protected void Page_Load(Object sender, EventArgs e) { if (!Page.IsPostBack) { //other code Session["scdid"] = null; //other code } } //Submit button handler for this page protected void submit_record(object sender, EventArgs e) { //other code string sschd = (string) Session["scdid"]; if (Session["scdid"] != …

Member Avatar for Jayakumar R
0
113
Member Avatar for bandm

Hello All, I posted this over in the Software Forum, but I realized that maybe it belongs over here. I have both VS 6.0 and VS .Net 2003 available to me. I am just starting to learn programming and wanted to know the difference and which one would be the …

Member Avatar for Narue
0
207
Member Avatar for Letscode

[B]PURPOSE [/B] I'm trying to adjust the styles of buttons,textbox ....(More like height,width,text size) so that it looks good for each and every resolution,window size.. [B]ISSUE [/B] Whenever I change the attributes like background and size,While using Internet Explorer its working fine but in Mozilla its not working at all …

Member Avatar for tgreer
0
247
Member Avatar for jerMAn

I've made a web-crawler in VB6. I'd like to port it to .NET so I can make it accesible to the public over the web. Basically my own version of Poodle. Porting most of the code will be very easy, BUT, I haven't found any way via .NET to read …

Member Avatar for jerMAn
0
127
Member Avatar for benny

Hi, I'm learning ASP.NET. I have installed Free ASP.NET Web Development Tool , which is Webmatrix, but when i'm using this tool to create web forms its not user friendly, because it is hard to move objects from one place to another place. I have created couple of web forms …

Member Avatar for jerMAn
0
216
Member Avatar for p_phanikanth

hello , i facing problem while trying to run .Net web services in Apache web server on Mac os x. while running .Net web services on XSP its throwing an error and in Apache web server its just showing first line of the .asmx file. i would be very thankful …

Member Avatar for techniner
0
85
Member Avatar for dexterz

Hi guys, I have not had a chance to work on the 3 applications for the past few months due to my busy schedule. As I promised everyone that I will release the ASP .NET version of the World Recipe, Directory and hopefully the Extreme Photo Gallery. For now, I'm …

0
83
Member Avatar for Sundown

I am from Greenville NC New to ASP.Net So I am in the learning stages of .NET I am glad I found this forum and looking forward to learning more Web development skills

Member Avatar for belama
0
158
Member Avatar for girlGeek

I have a pretty straightforward pair of aspx pages that were working just fine until last night. The first page has a form that posts to itself, updates some values in a session object, then calls Response.Redirect to the second page. The second page loads a datagrid from the session …

Member Avatar for girlGeek
0
244
Member Avatar for magusdf

hi, i'm kind of new to asp i used a few tutorials to put together a basic login page and to dump the information to a cookie. [B]overview:[/B] i guess what i'm trying to accomplish is to have an ASP.net login page and JavaScript validation though out the pages it …

Member Avatar for magusdf
0
584
Member Avatar for Letscode

[B]PURPOSE[/B] I'm trying to create an email webform.. [B]REQUIREMENT[/B] I need a box for users to enter their Message. [B]ISSUE[/B] In want to use TEXTAREA but I dont know whether its available in ASP.NET server controls..But certainly TEXTAREA control is available on the client HTML section. [B]QUESTION[/B] Are there any …

Member Avatar for Letscode
0
339
Member Avatar for snufse

I have a form from where user want to connect to a DB and fill a spread sheet (excel). This is supported in vb.net. Below syntax gives me error in asp. Below is my code. Thanks. Dim xlApp As Excel.Application = New Excel.ApplicationClass Dim xlBook As Excel.Workbook Dim xlSheet1 As …

Member Avatar for Paladine
0
149
Member Avatar for DJ1UK

Hi All, First post here so be gentle! I'm working through Sams Teach Yourself ASP.Net book and have come across an error with one of the basic examples. The example is to do with .vb and .aspx files and compiling them. I have succesfully compiled the database.vb file. The contents …

Member Avatar for Paladine
0
592
Member Avatar for Horizon

I am trying to databind one entry retrieved from a SQL statement. All I want to do is databind in the code behind page. For some reason I have lost my brain and cannot figure out how to do it....

Member Avatar for Paladine
0
155
Member Avatar for tishr

hi!!! actually i'm doing a project for e-survey. the problem is that when i create different types of control, an error message is displayed. but if i create only radio buttons, everything fine. can u plz see my problem. thanks ant ---------------------------------------- Imports System Imports System.Configuration Imports System.Data Imports System.Data.SqlClient …

Member Avatar for tgreer
0
129
Member Avatar for snufse

I have a web page that will display an image (ie a logo). I am using the following code but the image is not being displayed in the image control. Image1.ImageUrl = "C:\logo.jpg". Thanks.

Member Avatar for Paladine
0
336
Member Avatar for macsgirl

I have two dropdownlists. I can choose say USA and then it goes into the DATA base but does not save it in the dropdownlist itself. I can not figure out why this is happening. > <code> > Edit mode the index of a dropdownlist does not start at the …

Member Avatar for Paladine
0
184
Member Avatar for EddyJiang

I intend to use session variable to capture searching keywords and catagory input by user. I created datatable dTable to store "catagory", "keyword" and "ID" and save it into session variable session("MyCat") when page is firstly loaded. If it is still within same session time frame, any new input will …

Member Avatar for Paladine
0
268
Member Avatar for Mayur

The custom Tool 'Crystal.Decision.VsShell.codegen.ReportCodeGenerator' failed while processing the file crystalreport1.rpt

Member Avatar for Paladine
0
72
Member Avatar for DiNo_r

Hi There, I am very new to ASP.Net, just started to migrate this week. I am also sorry if this question has been asked in the Forum already, i have searched but not found anything. I am looking to pull some data from a database using the following code: [COLOR=Red]dim …

Member Avatar for Paladine
0
121
Member Avatar for fineline

[SIZE=4][COLOR=Red]hi every one i wold like to use the control in the datagrid ,, for example dropdownlist,label and other controls ... plz help me and tell me how to do ?????[/COLOR][/SIZE]

Member Avatar for Letscode
0
80
Member Avatar for zaphod2003

I have programmed a web application using classic ASP and MSSQL, but our company is upgrading to ASP.NET and for my next project I thought I would the application in pure VB.NET. However, I am struggling to get my application to talk correctly to the MSSQL tables. I know my …

Member Avatar for zaphod2003
0
139
Member Avatar for apisano

I'm relatively new to .net and I want to be able to take some functions that I have created for the web application I am working on and have a single copy of them that I can access from just about every page in the application. I know this can …

0
81
Member Avatar for BrendaB

I have some html ability and am able to code a web site to do a lot of things. I also have 300+ hours of Oracle Database administration, so I understand how a rational database works. I just do not have the ability to get the front end and the …

Member Avatar for techniner
0
330
Member Avatar for fineline

hi every one i have a problem with my program the problem is cant make a chek if the account is exist or not in the data base (for login the web site) the error message is: [SIZE=3][COLOR=Red]The ConnectionString property has not been initialized[/COLOR].[/SIZE] here is my code Imports System.Data.SqlClient …

Member Avatar for fineline
0
147
Member Avatar for Anddmx

Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30506: Handles clause requires a WithEvents variable. Source Error: Line 70: Line 71: Private Sub cmdLogin_ServerClick(ByVal sender …

Member Avatar for Letscode
0
154
Member Avatar for srikkanthan

Hi I have a web page - in that i give a link to exe file. When the user clicks on the link the exe is supposed to be downloaded and executed in the user's system. (I am not writing any malicious code or virus :rolleyes: ) However, when i …

Member Avatar for srikkanthan
0
195
Member Avatar for Sycophant

Hi, Stone me now. I am not a programmer or even a web developer. I am however falling victim to a strong learning curve - I have been asked to look at a site that is having a problem and fix it, and its imperative that I do so :) …

Member Avatar for Paladine
0
315
Member Avatar for fineline

thank you for intersting for entering this room i have a problem when i make a run for the program and i dont know whats the wrong the message wrong is : [SIZE=5]Login failed for user 'SHADID\ASPNET'. [/SIZE] shadid is my computer name and iam using IIS if you can …

Member Avatar for Letscode
0
149
Member Avatar for fineline

hi every one .. thank you for entering this message i have a problem with connection to sql server 2000 from vb.net the message is : The ConnectionString property has not been initialized. and this is my code Line 41: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for Letscode
0
473
Member Avatar for apisano

Is it possible using .net technology to have a fake webpage - eg. dewalt.aspx - be associated with another webpage - eg. results.aspx?value=dewalt - and have the url that is displayed on the browser remain the pseduo name - ie. dewalt.aspx. Essentially I want to allow the user to enter …

Member Avatar for paradox814
0
304
Member Avatar for larko_s

I'm building an ASP.NET app, but there ASP includes in the dreamweaver template that includes other asp pages. I'm getting this error: BC30289: Statement cannot appear within a method body. End of method assumed. Line 10: Line 11: Line 12: sub navTabs() Line 13: response.write("<img src='/images/" + img + "' …

Member Avatar for Letscode
0
161
Member Avatar for saintalan

I hope somebody may be able to help, I have got nowhere on other forums. It may be my problem is to do with my PC, it is difficult to tell. I have been using VS .NET Pro on XP and am learning C#. All was proceeding well for at …

0
63
Member Avatar for Abyss

I have a problem with application distribution. When I try to run Application (on other PCs that have .net framework installed), it won't open the window form containing the Crystal Report Viewer. Are there any other components I should install on other PCs to run form containing the Crystal Report …

Member Avatar for srikkanthan
0
120
Member Avatar for SEsternchen

Hi! I've got a gridview problem. I want to hide one cell in a row of a GridView based on the result of a method. (The cell i want to hide is the command field, there are rows that are not allowed to be edited, others should be allowed to …

0
66
Member Avatar for cob027

Hello all. I am attempting to update one of two database tables using an SqlDataAdapter (getting any changes from my DataSet). I have tested my stproc, and it works fine. Here's the code: CREATE PROCEDURE [dbo].[procRobUpdate] @db AS NVARCHAR(3), @ID AS NVARCHAR(11), @Panel AS NVARCHAR(3), @Row AS NVARCHAR(2), @Col AS …

Member Avatar for cob027
0
251
Member Avatar for Greenthumb

Hi there everyone. I was hoping you guys could help me out again. I would like to write a setting to a certain line in a textdocument, for example "4000" at line 5 of the document. So far i have this: [CODE]void MainSettings::setSettingsToFile(String *numChannels, String *savePath, String *playlistPath) // Here …

0
74
Member Avatar for Mohsin Khan

How can I access Crystal report9 in VB .Net 2003. Is there any class or library which I've to import, or it is not possible to make report by using Crystal report9 in VB .Net 2003 version. Whenever I make CR9 object it gives an error. [U]Dim Report as New …

Member Avatar for Abyss
0
98
Member Avatar for laynie21

Hello, I need help. I have a login page that works fine. I did not use a web config file though. I just had the users login to my access database and that signs them in ok. My question is how do I setup an Admin side so that only …

Member Avatar for Paladine
0
218

The End.