blah blah blah is here! blah blah » Close

0
votes
0 answers

simulate proxy server to test mobile device c#

I need to simulate a proxy server to test mobile device c# application. Any help would be appreciated.

0
votes
0 answers

need source code to create private messaging between users.

Is there source code to create private messaging between users. When I am in a forum u can send messages back and forth between users.

0
votes
0 answers

asp.net refreshing datalist.

have the following: public void BindThumbnails() { DataSet ds = new DataSet(); ds = GetBinaryImagesByProfileID.FetchAllImagesInfo(intGetProfileID, "omegaloveConnectionString"); DLThumbnails.DataSource = ds; DLThum ...

0
votes
1 answers

Server control dropdownlist date of birth.

I need a server control dropdownlist for date of birth. I appreciate it.

0
votes
1 answers

I am still getting null on finding a user control inside an aspx page.

case "NOC Ticket Email": // Display everything in readonly { string state = GetVisiblePanelName(); string panel = "Panel" + state + &quo ...

0
votes
1 answers

Need to implement a usercontrol with dropdownlist.

I have the following code: <asp:DropDownList ID="LookupFieldTicketContactMethodDropDown" runat="server" onselectedindexchanged="LookupFieldTicketContactMethodDropDown_SelectedIndexChanged" ontex ...

0
votes
1 answers

I would liket to create a class from a table in visual studio 2008

I found someones code. // Generated by http://www.csharpfriends.com namespace evilTwin { public class rottenEgg { // private members string ZombiestrApe; string ZombiestrGrape; string ZombiestrShape; string ZombiestrBl ...

0
votes
1 answers

Urgent! Help Appreciated. The following needs to be translated from vb.net but does not work in C#

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim X As New System.Net.WebClient() 'Dim strData As String = "%3CresellerAsyncResponse%20xmlns%3D%22http%3A//www.verizonwireless.com/oas%22% ...

0
votes
1 answers

Web service does not like the object

[WebMethod(Description = "Perform a modify Subscriber Services for Rogers")] public TransactionStatus modifySubscriberServices( string transactionId, string ctn, string pricePlanCo ...

0
votes
1 answers

need to pass two variables to a cascading function in ajax .net

I need to populate the cddDay where it takes two parameters from the other cascading drop downs GetDayList ==> how should i modify the below code for this to work. <ajaxToolkit:CascadingDropDown ID="cddMonth" runat=" ...

0
votes
1 answers

Need to build a user registration page with timezone and country.

I am looking to build something like the following: I need TIMEZONE. I would like to create a userform not with commity server, but say I want to build timezone. Is there a web site for a registration page it can be in asp.net 1.1 or 2.0? ...

0
votes
1 answers

Picture open explorer making page refresh when clicking on link.

I have an image <a target="_new" href="varame2001x.jpg"><img src="varame2001x.jpg"width="200"height="150" alt="varame2001x"></a> html document. When I click on ...

0
votes
1 answers

The problem is it is not seeing the control ids ?

Here is ui: The problem is it is not seeing the control ids ? DropDownList1, DropDownList2, DropDownList3 <legend>Date Of Birth:</legend><span> <fieldset> ...

0
votes
1 answers

Error when I remove Secret question or Secret answer from createwizard.

I want to remove bothe from the code. <pre> <legend>Security Question:</legend><span> <asp:TextBox runat="server" ID="Question" CssClass="register_question"&g ...

0
votes
1 answers

Adding a field a country dropdownlist?

<fieldset> <asp:CreateUserWizard ID="CreateUserWizardControl" runat="server" OnCreatedUser="CreateUserWizardControl_CreatedUser" CreateUserButtonText="Submit" TitleTextStyle- ...

Feedback