Quantcast
Channel: CSharp Forum Latest Questions
Browsing all 32055 articles
Browse latest View live

Programatically interact with webpage

I've been trying this for a while now, but I simply cannot get it done. How can I put a string of a game title in the search form from the site below and then get the first resulting link? I hope...

View Article


Show the subsite Custom List into other site collection

Hi Friends,How can i show the subsite Custom List into other site collection subsite.

View Article


Scope of Learning Java and C#

Sir, I likes to know from you the scope of  learning Java and C# as far as a software Developer is concerned.Among these subjects, which is prominent and using widely?what will be the benefit when one...

View Article

How to display image while retrieve data from database?

Hello,I am using this code for display image while retrieve data from database to datagridview in C# .net windows application.:-   pictureBox1.Visible = true; // it's a swf loading image....

View Article

Error when get list account from google analytics

Hi every body..I want to get list  Account from google analytics but i don't can.. here is my code// Configure GA API.      AnalyticsService asv = new AnalyticsService("gaExportAPI_acctSample_v3.0");...

View Article


Send link for approval and then save data

I am creating a simple MVC application where Secreatry creates contact list for his boss. Contact list has simple fields FirstName LastName Phone no.CatchSecreatry cannot save contacList.After...

View Article

Making QUErY from stored procedure to SQL

HI everybody,I have this:[code]OPEN @WeekdayCursor----SET @Weekdays = ''--FETCH NEXT FROM @WeekdayCursor--INTO @PriceAddID, @StartDate, @EndDate, @Weekdays----WHILE @@FETCH_STATUS = 0--BEGIN--DECLARE...

View Article

how to increase parallel for each loop

 List<string> aa = new List<string>();            aa.Add("aa");                                           int count = 0;            Parallel.ForEach(aa, new ParallelOptions {...

View Article


No cache

after submitting registration form on the website http://shetoldme.com/?nocache=1 getting this link what nocache=1 means?

View Article


Show & Hide a textBox in different location

Hello,,For the below four comboBoxes implementation, I need to turn TextBox Visibility to true Only if I selected the Item = "ID" from any comboBox. This code works fine, but the the textbox will be...

View Article

arabic sms via gsm modem

Please can you help me, I have an application c# to send sms from pc to mobile phone,it works fine but when i try to send arabic sms it can't send any one can help me?

View Article

Parse txt file.

 ALPHA_ACCESS.AUD;1 AAA_ACCESS.AUD;1 RMA_ACCESS.AUD;1 JUS_ACCESS.AUD;1 KOGIN.COM;1 MATHEW.COM;1 MASTER.MNU;1 MAR_ACCESS.AUD;1 NPR_ACCESS.AUD;1 JA_ACCESS.AUD;1while((line =...

View Article

Transaction associated with the current Connection

Hi all.  I have a challenging query!!This project we are on working on is an application which resides on any windows 7 or 8 machine.  Mainly used for windows based tablets.  So, each an every instance...

View Article


.Net database app remote access

hello all , i have a .net sql database project it must work in intranet context , now should i do a specific task for establishing and remote data access? if no what tecnology must be used in that app...

View Article

How to Bind Dropdownl list from database in mvc3

Code - Razor Code  <div class="editor-field">            @Html.DropDownList("CountryID", String.Empty)            @Html.ValidationMessageFor(model => model.CountryID)...

View Article


INotifyPropertyChange in database project

Hi,I am new to WPF. I wanted to make a small database project just to learn WPF.This is a layered application where the business logic will be accessed through WCF service and Business logic will...

View Article

how to bind radiobutton list with tooltip in asp.net?

i am using below code but it's only get first tooltip.. try        {            int p;            sq = new SQLDataAccessHelper();            SqlParameter[] param = new SqlParameter[1];...

View Article


How to Link webpage from flash image.

Hi, I linked my flash image source code with other webpage.  In chrome and IE-10 the specified(linked) webpage is displayed, but in IE-8, whenever I am clicking the flash image the Specified webpage...

View Article

Sivlerlight 5

hi all,WHAT IS VIEW,MODEL AND VIE MODEL..dont want links i need definition with proper understanding

View Article

PDFwriter -PushButton-perform action "Back to previous page"

Hi,  I have registration page. I generate PDF using button click. It generates PDF. Now, the problem is, after generate in to PDF, if I want to go to Previous page then I use browser back button. I...

View Article
Browsing all 32055 articles
Browse latest View live