13,152 Topics

Member Avatar for
Member Avatar for dudegio

Hello, I need help on how to integrate the passing of information in XML format from ASP.Net(from client) to PHP(my server). I've been searching for solution but cannot find accurate results. A sample code is very much appreciated. Thank you.

Member Avatar for pritaeas
0
570
Member Avatar for pratham3090

Not able to drag down baloonpopup extender in ASP.NET It shows black circle with line. (not allowing to drag on form) but when i drag it on text box it work but when i run the page textbox diappears. please help and also tell how to use baloonpopup extender.

Member Avatar for pratham3090
0
150
Member Avatar for maxpaine69

Good Afternoon, Im trying to get the value, of the standar headlogin name from the asp, username, nut getting all null exeptions, the code that i used was: //var Login1 = ((Login)HeadLoginView.FindControl("HeadLoginName")); //var Login1 = ((LoginName)HeadLoginView.FindControl("HeadLoginName")); //LoginName Login1 = ((LoginName)HeadLoginView.FindControl("HeadLoginName")); //string userName = Login1.UniqueID.ToString(); //string Username = User.Identity.Name; //Label1.Text = …

Member Avatar for LastMitch
0
364
Member Avatar for jcdb

I encounter a minor problem but I could not determine what problem causes. Let me explain to you below. There are two scenario I tested. First Scenario: I use IIS to add a website and test the localhost - default.aspx is working. When I fill up the form and then …

Member Avatar for LastMitch
0
353
Member Avatar for Dan301978

Hi guys, I'd very much like to develop a Firefox addon with JavaScript as standard but then interact with that addon with an ASP.NET & .NET application I am building (probably using Ajax). I've searched various places but have been unable to find out if it is possible. Thank you …

Member Avatar for geniusvishal
0
161
Member Avatar for skliz

I am new to authorisation and authentication. I have looked at the defaultMember, Role and Profile Providers. But they seem to limit me from communicating with my own database schemmas. Please I would love to have links were I can read on how to write my own Providers to perform …

Member Avatar for geniusvishal
0
84
Member Avatar for munna_001

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Head> <h:talkId s:mustknow="1" xmlns:h="urn:schemas-test:testgate:hotel:2012-06">sfasfasfasfsfsf/h:talkidId> </s:Head> <s:Body> <bookHotelResponse xmlns="urn:schemas-test:testgate:hotel:2012-06" xmlns:d="http://someURL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <d:bookingReference>123456</d:bookingReference> <d:bookingStatus>successful</d:bookingStatus> <d:price xmlns:d="moreURL"> <b:total>105</b:total> </d:price> </bookHotelResponse> </s:Body> </s:Envelope> want to read the bookingStatus and total from the soap message above using xmldocument and xpath but does not work i am using the code below XmlDocument document = …

Member Avatar for geniusvishal
0
169
Member Avatar for korathualex
Member Avatar for Vikram Arul

hello sir i am vikram. i want source code of faculty management system in .net.

Member Avatar for geniusvishal
0
220
Member Avatar for Neethaa

actually the text box with multi line property does not support special characters in c# , how to solve this problem? Please can any one help to find a solution for this

Member Avatar for geniusvishal
0
152
Member Avatar for skliz
Member Avatar for skliz
0
114
Member Avatar for cyberdaemon

Good day, I am facing a trouble with my project. i want to load the database in my session but i dont have idea on how to do it. session["getName"] = _BLL.GetName(_myEntities); Response.Redirect("otherpage.aspx",false); on my master page. myLabel.Text = session["getName"].ToString(); that's my code. i want to get the record on …

Member Avatar for cyberdaemon
0
101
Member Avatar for mr0277

I have a session variable that I set to zero at every Page_Load beginning: Session["DoRefresh"] = "0"; On a dropdown value changed, in the event handler I do: Session["DoRefresh"] = "1"; On the end of aspx page I have a javascript added: function OnRequestEnd(sender, args) { if ('<%= Session["DoRefresh"] != …

Member Avatar for LastMitch
0
203
Member Avatar for glennt

I recently had a strange thing happen in an ASP.Net application I wrote in VB. When each session starts, one of the first thing it does is create a record in a SQL table and captures its ID value, which is an identity field. Two sessions were started very close …

Member Avatar for Airshow
0
339
Member Avatar for bilal.saim

<series> <asp:Series Name="Students" BorderColor="180, 26, 59, 105"> <Points> <asp:DataPoint AxisLabel="jon" XValue="5" YValues="4" /> <asp:DataPoint AxisLabel="kon" XValue="15" YValues="44" /> <asp:DataPoint AxisLabel="pol" XValue="85" YValues="90" /> </Points> </asp:Series> <asp:Series Name="Teachers" BorderColor="180, 26, 59, 105"> <Points> <asp:DataPoint AxisLabel="hjim" XValue="50" YValues="40" /> <asp:DataPoint AxisLabel="azdai" XValue="75" YValues="4" /> <asp:DataPoint AxisLabel="kriasm" XValue="35" YValues="29" /> </Points> </asp:Series> </series> …

Member Avatar for LastMitch
0
343
Member Avatar for vpmanoharan
Member Avatar for Apsalo
Member Avatar for davy_yg

Hello, I wonder how to run ASP.NET file. I created some files using asp.net then, in order to run them, do I need to publish them first so that I can use them directly for the web? Thanks.

Member Avatar for geniusvishal
0
131
Member Avatar for naheedkassam

Hi, I am having an issue where i want to be able to read the value of a particular cell from a selected row in telerik radgrid. I am using the following code: <%@ Page Language="C#" MasterPageFile="~/Page.master" AutoEventWireup="true" CodeFile="ProductSignup.aspx.cs" Inherits="ProductSignup" Title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .style2 …

Member Avatar for LastMitch
0
5K
Member Avatar for Jigs28

I have sql database with table Images, in that table there are 2 Columns ID (identity), DisplayImage (image). Table has 2 rows for first row i have written insert into Image values(1,'Libraries\Pictures\Lotus.jpg') and 2nd row as INSERT INTO [dbo].[Image] ([Id],Images) SELECT 2, (select * FROM OPENROWSET(BULK 'C:\Users\Public\Pictures\Sample Pictures\Tulips.jpg', SINGLE_BLOB) AS …

Member Avatar for LastMitch
0
214
Member Avatar for sk8ergirl

Hi, I'm trying to update the user information from textbox when the user click view my account information in the main page it will take them to another page which will display their account information they will be able to change everything excpet for the username becouse it is primary …

Member Avatar for LastMitch
0
276
Member Avatar for RubyRuby

[WinForms].I have 3 columns in a gridview - code,Qty,name.If a cell(Say Code), is in edit mode, pressing the arrow or tab keys will fire the 'CellEndEdit' event and after that,moves the selection to the next cell. I want to have different selected cell if it is an arrow key and …

Member Avatar for RubyRuby
0
812
Member Avatar for Yorkiebar14

Hello, I am trying to make a program which will login to a website with many different accounts one after another. The problem I have though is, the documentCompleted event either doesn't run at all or it runs more than once before the page is fully loaded. This causes the …

Member Avatar for Yorkiebar14
0
1K
Member Avatar for Singlem

Hi I have been trying to wrap my head around a small issue I have. I'm trying to show a messagebox if a value a met. [CODE]if (CurrentProcess == "Test") //Show message then do something else else //Do Something else [/CODE] JScript confirm will work with onclientClick but that is …

Member Avatar for geniusvishal
0
123
Member Avatar for davy_yg

Why is it? Line 33:Expression is not an array or a method, and cannot have an argument list. Line 31: For i = 0 To totalItem Line 32: If (Session("Kode_" & i) = kode) Then Line 33: status() = True Line 34: End If Line 35: Next

Member Avatar for geniusvishal
0
88
Member Avatar for GTTravis

i have a database with several paths looking like the one below C:\S&M Site Project\NEWSMAA\SitePhotos\2\GUY093\GUY093-Tulips.jpg what i aim to do is load the images into a gallery control (if one exist) the users viewing the images should be able to do either of the following: 1.Double click on an image …

Member Avatar for geniusvishal
0
98
Member Avatar for GTTravis

Hi guys, let me get to the point: I want have a button that when clicked allows the user to browse to any folder in any location whether it is a flash or the c-drive. Depending on the location and folder selected the user must see all image files in …

Member Avatar for geniusvishal
0
168
Member Avatar for anisha.silva

hi, i have a class handler and a class health monitor. i have 2 instanses of the handler class as primary and secondary. in the start of the appliacation the primary and th secondary handler is set. what i want to do is once the primary is set up every …

Member Avatar for horosharp
0
403
Member Avatar for jiji2663

I am currently using a datalist to update the database with a textbox control. The problem is that when I am pressing "Edit" and entering values in the textbox and when trying to update the database, the database is not getting updated with the entered value. Could someone please let …

Member Avatar for BMXDad
0
145
Member Avatar for JimOfRose

Hello all, First, if I may, a comment. This is my first post. I have been a member of another forum and found that users are treated with little respect... assumptions are made, stupid questions are not allowed patience, etc. I work for a large IT corporation (if I told …

Member Avatar for BMXDad
0
219

The End.