Quantcast
Channel: CSharp Forum Latest Questions
Viewing all 32756 articles
Browse latest View live

display tooltip on hover the header columns of a grid

$
0
0
Hi,

I have one table(table 1) containing some records , which i am displaying in a gridview on click of a button in a asp.net web application.Now , whatever columns i have, in that table 1, those columns along with brief description/definition of them are maintained in different table(table 2).Now, on doing hover over the columns which are now displayed in gridview as headers , i want it should display the definition/description of that particular header as a tooltip.

As of now, i have used the tooltip property of <header template> of gridview and hardcoded the definition their.But i want that on hovering the header column of a grid, it should pick its description from the table where its description is stored.Can someone help me through this?


Thanks in advance.

File uploading in sharepoint site using C#

$
0
0

Hi friends/experts ,

I have written the C# console application for uploading the excel file in sharepoint site,well it is working fine but the file is stored in Checkout mode.check out can make the file invisible to others.So i want to ckeck in the file programmatically using C# with webservice or it can be other ways if you can suggest.

I really appreciating if you can give solution or suggestions.thank you....


 

LOG IN SYSTEM

$
0
0
Can I run a web log in system even if I didn't use database .. ? If yes ..? How will I work on that .. I am using C# language and I am Newbie here ..
I want that the Log in system is functional even if there's no database :)

Thanks in Advance :)

ASP.NET WebForm CRUD using KnockoutJS

$
0
0
Hi guys, I'm currently looking for a CRUD application using KnockoutJS and ASP.Net webform. Luckily, I found a site, though, it is not complete and
the other one is written in PHP. Can anyone help me. Thanks in advance.


http://www.codeguru.com/csharp/implementing-mvvm-pattern-in-web-applications-using-knockout.html
http://anchetawern.github.io/blog/2012/12/26/building-a-registration-system-with-knockoutjs/

Code/Program for x-y plotting in visual studio 2012 using c#

$
0
0

good day everyone. 

I am not a programmer, but in my On the job training I am told to create a GUI which prompts an

input and then the code will then process the input and create a graph as an output where the inputs

are treated as x and y component. I just studied visual studio 2012 and c# for a week and I am now capable

of using basic codes and window forms. In my task I searched in the net and found out that I can use the chart control.

But I am running out of time and I really haven't found a program. I wish anyone can help me. I created a program but it 

doesn't work so I am asking for your codes instead. PLEASE help me.

design a table, print form, get data from database

$
0
0
Hi All

 I have following questions - 
 1. How to print a form in c# after clicking "Print" button? Is there ant inbuilt function like this.Print()? I tried many but nothing is working.

 2. How to design a table in c#? I tried some stuff table layout . But not working. Do I need to draw it?

 3. How to access data from database and save that data on form(assign to label)?
I have coded something like following - 
string connString = "Server=localhost;Port=3306;Database=data;Uid=root;password=xyz;
 MySqlConnection conn = new MySqlConnection(connString); 
 conn.Open(); 
 MySqlCommand command = new MySqlCommand("Select Student_Lastname, Entered_Date from data.stu where Student_ID='"+lblstudid.Text+"' ", conn);

Thanks

Scheduled Task Status & Email Notification Based on Status

$
0
0

 Hi ,

Currently i do have a requirement to develop a console based windows application which will check the status of all scheduled jobs scheduled in windows task scheduler and based on the job status it will fire email .

Have scheduled few automated tasks in windows task scheduler.Now need to develop a new task which will read the status of all the scheduled task and based on the status(whether it ran in specified time or not,success or failed ) it should fire an auto alert email.

Anyone have any idea on this please.

Many Thanks,
Sisir
v

How to Validate Input is greater than already Exists date in

$
0
0
Hai Friends,
      I m creating one application in that i wanna validate the input date.
i.e
 i m my application input fields are
date:(jquerydatepicker)
from:(text)
to:(text)
numberofdays:(text)
add(button)
after given the enitre details ll show on gridview and i put one condition date ll be display on depends given numberofdays and put disable mode.
when i close the application and again start the application its accepts less than dates.
ex:
5th may-13 numberof days=2 add
ll show 10th may-13 on inputdate now i close the app and again start the app now i m enter 4th may -13 numberofdays=3 add it ll accpeted....
i need validate input is alws greater than gridview already appeared date.

Is it possible to change Background color with scrollbars

$
0
0
I am developing this Windows Application in which i want to change the background color with scroll bars.

I have three scroll bars(for three colors Red, Green and Blue respectively) on window form and on scroll of them color of background should changes to red green and blue.


is it possible to do??  

i need mvc book for reference

$
0
0
please send me link to download the mvc architecture book

Unit Testing framework for Silverlight Applications

$
0
0
Hello Experts,
   I have one quick query. What according to you is the best Unit Testing framework/ tool available out there to automate the testing process for Silverlight applications?

Most of the blogs I browsed are quite outdated & I believe there must be something that people must be using. 
I think if you have used any testing framework with Silverlight for Windows Phone, Store apps, that too will be useful. 

Looking forward for your responses. 

Thanks & Regards
Supreet Tare

how to install win sdk in win 8

$
0
0
hello

i am a new beginner of c # language, any one help in installing the window software development tool kit in win 8. i had download but don't able to run . pls help

The calling thread cannot access this object because a diffe

$
0
0
Hi, I'm Mohsen. I have a bad problem in my code.Please help me for solve my problem.


Button button;
private void Window_Loaded(object sender, RoutedEventArgs e)
{
  var threadstart = new Thread(new ThreadStart(Create));
  threadstart.SetApartmentState(ApartmentState.STA);
  threadstart.Start(); 
  threadstart.Join();

  threadstart = new Thread(new ThreadStart(Attach));
  threadstart.Start();
  threadstart.Join();
}
private void Create()
{
  button = new Button();
  button.HorizontalAlignment = System.Windows.HorizontalAlignment.Stretch;
  button.VerticalAlignment = System.Windows.VerticalAlignment.Stretch;
}
private void Attach()

  Dispatcher.BeginInvoke(new Action(() =>
{
  Canvas.SetTop(button, 0); <===== The calling thread cannot access this object because a different thread owns it.
  Canvas.SetLeft(button, 0);
  MyCanvas.Children.Add(button);
}));

Dynamic Url overwriting

$
0
0
Hi
  I want to Dynamic Url overwriting.

How can i print UI design in silverlight 5?

$
0
0
Hi,

    How can i print my UI in silverlight 5. Becuase my grid height ="520"  Width="1350" here i am useing ScrollViewer in my design. So i need full design in one page.Actual height of my grid = 1000(+) .Pls help me

how to turn off outlook security warning dialog box using C#

$
0
0
Hi All,

    I'm Working in a concept of getting all details from a received mail in outlook in C#.Net.The Problem is, while fetching the "From Mailid" I get a pop up,which i don't want.Iwould like to disable the warning popup using C# language.Can you give me a solution to solve this problem ,I have searched in all websites.OR else if not give me an alternate solution.this wat i get


Ajax Collapsible Panel extender

$
0
0
Hi,
Can Anybody plz send me a good design for Ajax Collapsible panel extender.....i mean panel design where i need to place the text....

method for how to create activex control for smart card

$
0
0
i want to know whole procedure for how i can create activex control that read smard card no. that is stored in my ACR 132 

Image Load bar

$
0
0
I want to use loading image like myntra.com...when on product page ..but I can't successed.....
how can it possible..

Ajax Collapsible Panel Active panel problem,,,,

$
0
0
Hi,
I Have an ajax collapsible panel with 9 panels......

my requirement is when the page is loaded first panel should be active ....

for that i use below code....
function pageLoad(sender, args) {


       
       
       $find('CollapsiblePanelExtender1')._doOpen(); 
    }

in one of my panel Radio Buttons are there..so when radiobutton checked changed event id firing in 4th panel again the page is loading and control transfers to the first panel,,,
how can i prevent this...
Viewing all 32756 articles
Browse latest View live