Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~14.7K People Reached
Favorite Tags
Member Avatar for singularity~

I am using the BusyIndicator from the WPF Toolkit in my WPF application. I am trying to access the label (artistLabel) from the C# code behind. Unfortunately I cannot access the label if it is inside the busy indicator. I am sure that it's some kind of binding or scope …

Member Avatar for lizhenfan
0
4K
Member Avatar for mody1983

Hi, I want to program a SMS gateway site, which sends sms messages and provide API for using it.. I want to make a site like [url]http://www.clickatell.com[/url] ... Can any one helps me, I want some resources to start with, but I can't find anything useful yet, please I want …

Member Avatar for aruhat
0
517
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
100
Member Avatar for skliz

I am trying to develop a VIOP web application. Please does any body no how to do this in asp.net

Member Avatar for skliz
0
202
Member Avatar for kumar89hitesh

Hi, how to create sub menus of menu in asp.net language? suppose if i click on language menu then he will show me the list of all languages like hindi, enlgish, jerman, spanish etc as a sub menu of language menu.

Member Avatar for JorgeM
-1
92
Member Avatar for RT00220489

Hi, I seek your help as m stuck with an issue. I am uploading a css style file in a folder and need to provide the link to that css file in my aspx page. That is simple, but the twist is, the file name can be anything. That file …

Member Avatar for JorgeM
0
203
Member Avatar for sukhanya

I am new to asp.net. I have many pop up pages to be designed. But I feel the pop up pages used using ModalPopUpExtender does not have a rich UI. Can anybody help me out with an alternate for using the ModalPopUpExtender? Because I need rich UI. Many thanks in …

Member Avatar for BhuvanRam
0
77
Member Avatar for silvercats

using Visual Studio ? Also, Is there a different name for classes in C# when it comes to Java? is an object in Java and a method in C# similar?

Member Avatar for JOSheaIV
0
148
Member Avatar for harishbansal90

Hi, I want to get the External IP address in console application using C#.net. External IP is different from local machine IP. any help? Thanks

Member Avatar for nmaillet
0
638
Member Avatar for ncaatrackstar

The problem I am having is that I need to reference a dll this is rebuilt every hour and are placed into a unique directory. So every couple hours I have to go to the newest directory and reference that dll for mt project. What I did so far is …

Member Avatar for BhuvanRam
0
547
Member Avatar for cromz

Hey guys I have a problem. I am using mysql as my database. I want to get the 3 most repeated values into 1 textbox And my problem is how do i get them? here is the table: pen book book book pen pencil pencil paper i want to get …

Member Avatar for cromz
0
161
Member Avatar for khizer03

Hi,Everybody I am creating a windows application where the part of the application is like Extracting email-Address from all the emails which is in inbox & as well as in sent Item, And I am in a big confusion not getting how to extract email-address from emails Hope to get …

Member Avatar for margaret224
0
194
Member Avatar for CPT

Hello everyone, I've encounterred a problem that I cannot seem to overcome. For the program to compile there are a few steps necessary to take: from the website [Click Here](http://osl.iu.edu/research/mpi.net/software/) on the download page, one would need to download and install: 1. MPI.NET SDK 2. Microsoft Compute Cluster Pack SDK(this …

Member Avatar for Ketsuekiame
0
364
Member Avatar for coder91

So I have a table that stores various prices for things. The ID is set as the primary key and doesnt allow nulls. I then have a stored procedure that takes the data entered into the form (ID) included and it works out the cost of that particular item. This …

Member Avatar for JorgeM
0
110
Member Avatar for BhuvanRam

Recently we are converting Datatable to List of Models.. I had a class called Person ( personid ,PersonChildId} and I implemented my class as public class Person { public Int64 PerosnId{ get; set; } public Int64 PersonChildID{ get; set; } } I sucessfully converted my Datatable to List<Person> by using …

Member Avatar for AleMonteiro
0
85
Member Avatar for myfit

Hi everybody, I have write a program send and recieve a large file , now it can transfer a file size 1.5G but when I choose large file about 2G it fail and notify: http://i1055.photobucket.com/albums/s505/vn_photo/Untitled-27_zpscf61b7a1.jpg Here is Project: http://www.mediafire.com/?p9b2xj2970d7cqb Please read and help me, it code is short, no long, …

Member Avatar for tinstaafl
0
200
Member Avatar for Devid Bujji

i am studying at iiit campus,in india.i want to know about what is VPN and what is the use of that.so could you please tell me about that ?

Member Avatar for live_up
0
146
Member Avatar for Dan301978

Hi guys, I haven't been able to get a definite answer on this. I've been very kindly put on to resources regarding ViewState but they only talk about saving the state of controls - not C# objects. I've also had a thorough look through my ASP.NET book & no joy …

Member Avatar for BhuvanRam
0
71
Member Avatar for ku.heng.7

protected void Page_Load(object sender, EventArgs e) { if (Session["UserName"] != null) { if (Session["roles"].ToString() != "Admin") { ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", "alert('Only Admin Can Access this Page');window.location ='HomePageAdmin.aspx';", true); } } else { ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", "alert('Please Login To Proceed');window.location ='HomePageAdmin.aspx';", true); } } protected void btnRegister_Click(object sender, EventArgs e) { …

Member Avatar for BhuvanRam
0
215
Member Avatar for mandyCheong

i have a gridview with a text box in it, i understand that i can use CommandArgument='<%# Eval("MyGridViewData")%>' to get the data in the gridview.. But i have no idea how to get the textbox value inside the gridview .. Can anyone help me? :(

Member Avatar for ChrisHunter
0
134
Member Avatar for disjes

Hi, I have a field in my table called foto it saves the url on disk of a picture and i'm trying to bind it like this.. pictureBox2.DataBindings.Add("ImageLocation", tabla.DefaultView, "foto"); tabla is a datatable.. the field saves an url like this: C:\Users\Public\Pictures\Sample Pictures\Hortensias.jpg but it doesn't work, picturebox show a …

Member Avatar for disjes
0
134
Member Avatar for ahmed_one

I need some help to make a order form in C#. My development environment is: Microsoft Visual Studio 2010 Ultimate SQL Server Express Edition 2005 Programming Language C# Sample Database = NorthWind (Tables Orders and OrderDetails) I've create a form for order entry, which contain a textbox for OrderID, a …

Member Avatar for ahmed_one
0
2K
Member Avatar for shahai.ali

hi i have the following problem after importing databse in c#. i have import a mdf database in C#. but it has exception after pressing `F5` for debugging. `A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. …

Member Avatar for shahai.ali
0
91
Member Avatar for mlesniak

I have a VB.NET application that has a site.master with a navigation menu in landscape format. In my default.aspx I have a multiview component. When I select the second view in my multiview the navigation menu momentarily changes to portrait format and then back to landscape format. Ideally, I would …

Member Avatar for JorgeM
0
170
Member Avatar for cyberdaemon

Good day, I was stock in the middle of developing a simple application. All i want is to bind the data into gridview, everything is fine when i binding into a single table. i need to bind my gridview using two table. my stored procedure is wroking correctly. here is …

Member Avatar for BhuvanRam
0
191
Member Avatar for fusionking

I am writing a C# program that reads in a text file of a list of events followed by a date and time, delimited by a comma and prints it out to a textbox along with how much time is left till that date and time happens. It must read …

Member Avatar for BhuvanRam
0
344
Member Avatar for baladeveloper

Hai friends. How to set grid view header and footer fixed, when scrolling vertically and horizontally ? Please help me... Thanks in Advance .....Balas......

Member Avatar for baladeveloper
0
91
Member Avatar for BhuvanRam

hi friends. i need a code snippet that how do i recieve custom headers from inbox using pop3 protocol/?

0
59
Member Avatar for BhuvanRam

hi friends ? i am doing a simple mail progran.. but what i want is i want to recieve cusotm headers from the recieved mail? i used pop protocol for recieving emails..is it possible with pop? orelse should i use anyother protocol to get custom ehaders? help me out plz

0
43
Member Avatar for BhuvanRam

hi friends, i am doing a project which is based on smtp mail server.. i need a class that ho we are accessing an message header or custom header for an incoming mails...

Member Avatar for Momerath
0
111