Search Results

Showing results 1 to 40 of 79
Search took 0.01 seconds.
Search: Posts Made By: nccsbim071
Forum: C# 1 Day Ago
Replies: 0
Views: 104
Posted By nccsbim071
I have been developing a MySQL database backup and restore appliation in windows forms. This application crates a dump of a mysql database at remote location and imports everything from the dump file...
Forum: C# 2 Days Ago
Replies: 4
Views: 125
Posted By nccsbim071
man
i can't use crystal reports, i need it in C#.
Forum: C# 2 Days Ago
Replies: 4
Views: 125
Posted By nccsbim071
Hi
I have a windows application that prints a record in a given page size.

I looked all over but i could not see how did it set the page size.
and now requirement is to print the paper size in...
Forum: C# 5 Days Ago
Replies: 0
Views: 196
Posted By nccsbim071
Hi everybody
I have been developing windows client application in .net framework 3.5. The system is supposed to copy the remote mysqldb and restore my local mysqldb with all the schema and data...
Forum: C# 19 Days Ago
Replies: 2
Views: 199
Posted By nccsbim071
thanks sknake
Forum: C# 20 Days Ago
Replies: 2
Views: 199
Posted By nccsbim071
What is the difference between following declarations:

WebUserService.Service.IUserService userService = new WebUserService.Service.UserService();
WebUserService.Service.UserService userService =...
Forum: C# 25 Days Ago
Replies: 10
Views: 370
Posted By nccsbim071
Thank you guys, you have been real helpful
Forum: C# 26 Days Ago
Replies: 10
Views: 370
Posted By nccsbim071
If it is true then i think i am having the problem is that client doesn't have the corresponding version of .net framework installed on his computer, that is why he is not able to run the application...
Forum: C# 26 Days Ago
Replies: 10
Views: 370
Posted By nccsbim071
Thank you guys, you have been really helpful.
I was thinking the same.

But one thing is for sure that to run applications developed in .net correspondig versions of .net framework must be...
Forum: C# 27 Days Ago
Replies: 10
Views: 370
Posted By nccsbim071
how can we solve the problem of 32/64 bit platform and if they if have different cpu as X86 or x64,
Forum: C# 27 Days Ago
Replies: 1
Views: 264
Posted By nccsbim071
Hi
I have developed application in .net framework 3.5 WPF.
Well, you know WPF also requires .net framwork 3.5 SP1.

Now it's works fine on my computer.
But i need to ship it the client.

What...
Forum: C# 27 Days Ago
Replies: 10
Views: 370
Posted By nccsbim071
Hi
All the coders out there. I need a suggestion.
I have windows xp installed on my computer and i need to develop application for windows vista.

I would prefer to use .net framework 2.0 and...
Forum: C# 27 Days Ago
Replies: 4
Views: 601
Posted By nccsbim071
There is myWebBrowser.NavigateToString method in which we can pass the string that consist of a web form and a javascript function which submits the form when it loads, for example the code is given...
Forum: C# 27 Days Ago
Replies: 4
Views: 601
Posted By nccsbim071
I found the solution.

Thank you
Forum: C# 29 Days Ago
Replies: 4
Views: 601
Posted By nccsbim071
I have a php website which i want to run in C# wpf webbrowser control.

I have a validated a username and password for the site by connecting to it's database using .net.

Now i want the...
Forum: C# 34 Days Ago
Replies: 3
Views: 406
Posted By nccsbim071
thank you sknake and ddanbe, for your replies.

using NLST gives the names only

the problem is solved.
Forum: C# 34 Days Ago
Replies: 3
Views: 406
Posted By nccsbim071
Hi

I am developing FTP Clinet application that downloads files from the specified server
i sent the LIST command and server returned a list of file names in following order:

-rw-r--r-- 1...
Forum: Java Oct 6th, 2009
Replies: 5
Views: 251
Posted By nccsbim071
You should some books on java programming.

For the beginner refer to this location: java looping statements (http://euler.vcsu.edu:7000/13521/)


Let me give you some tips about programming:
...
Forum: ASP.NET Aug 28th, 2009
Replies: 14
Views: 1,337
Posted By nccsbim071
And do you mean looping through the resultset returned that is returned from the database or looping in sql statement.
Forum: ASP.NET Aug 28th, 2009
Replies: 14
Views: 1,337
Posted By nccsbim071
I copied and run your code on my computer. It works fine on my computer may be your database doesn't consist of data which is extracted on the basis of filter from dropdownlist.
Forum: ASP.NET Aug 28th, 2009
Replies: 14
Views: 1,337
Posted By nccsbim071
what exactly are you referring to. You already got your gridview filled with the record's based on the filter value from the dropdownlist.

Are you looking for looping in sql or in c#.

Sorry...
Forum: ASP.NET Aug 25th, 2009
Replies: 14
Views: 1,337
Posted By nccsbim071
Above code is very simple. If this is not the thing you want. Cheer up man, just let me know. I have other options as well.
Forum: ASP.NET Aug 25th, 2009
Replies: 14
Views: 1,337
Posted By nccsbim071
If you want to display the item in gridview with the item selected in dropdownlist on selected index change of dropdownlist, then here is your code to do this.:)

First declare a dropdownlist and...
Forum: ASP.NET Aug 25th, 2009
Replies: 14
Views: 1,337
Posted By nccsbim071
Do you want selected item in the dropdownlist to be displayed in the gridview or fetch some item from a data source based on the selected item in the dropdownlist and display it in the gridview.
Forum: Java Aug 20th, 2009
Replies: 0
Views: 186
Posted By nccsbim071
Hi,
i successfully created the JAVA
Applet and embedded it in the HTML page.
The applet class is as follows:

import javax.swing.JApplet;
import java.awt.Graphics;


public class HelloWorld...
Forum: Java Aug 20th, 2009
Replies: 6
Views: 312
Posted By nccsbim071
The problem was in HTML file while embedding the applet. In the applet tag i had to use both the combination of code and codebase attribute and set it to proper value. I still exactly don't know what...
Forum: Java Aug 19th, 2009
Replies: 6
Views: 312
Posted By nccsbim071
Hi harsh
I solved the problem.
Thanks for taking interest in my problem anyway.
Forum: Java Aug 19th, 2009
Replies: 6
Views: 312
Posted By nccsbim071
if i do this i get the error message as FileNotFoundException. My class file is in different location than the html file so i used codebase instead of code.

when i debug the HelloWorld.java i can...
Forum: Java Aug 19th, 2009
Replies: 6
Views: 312
Posted By nccsbim071
Hi,
I am new to java programming.

I have been creating a simple applet. Which is as follows:

public class HelloWorld extends JApplet
{
public void paint(Graphics g)
{...
Forum: ASP.NET Aug 14th, 2009
Replies: 1
Views: 1,158
Posted By nccsbim071
You question is not clear. Please be precise.

To check multiple check boxes you must have it at first. But i don't see it in your code. If you try to check multiple check boxes with the same...
Forum: ASP.NET Aug 5th, 2009
Replies: 6
Views: 396
Posted By nccsbim071
Well, checking length in asp.net is not quite easy. But you can restrict user from entering characters more that allowed limit.

set the MaxLength property of textbox to the number of characters...
Forum: ASP.NET Jul 30th, 2009
Replies: 7
Views: 468
Posted By nccsbim071
Were you able to fire the GridView1_RowUpdating event. If not then Check you GridView defintion in aspx page to associate onrowUpdating attribute of GridView.


<asp:GridView ID="GridView1"...
Forum: ASP.NET Jul 30th, 2009
Replies: 7
Views: 468
Posted By nccsbim071
Well you able to fire the Gridview1_RowUpdating event.

And you are updating all the rows in the GrieView1_RowUpdating method.
You are using loop to iterate through rows.

I think this is the...
Forum: ASP.NET Jul 30th, 2009
Replies: 7
Views: 468
Posted By nccsbim071
Whenever you post a thread in a daniweb and you are expecting a reply. Also log on to you msn or gmail, or yahoo messenger so that you know someone has replied to your thread.

This way you can...
Forum: ASP.NET Jul 30th, 2009
Replies: 7
Views: 468
Posted By nccsbim071
How did you load the script for the first time.

You must have forgotten to add GridView1_RowUpdating event to the GridView.

I guess there is something wrong with the body of...
Forum: ASP.NET Jul 30th, 2009
Replies: 3
Views: 736
Posted By nccsbim071
Then i guess you have written wrong SQL Statement to extract the deliveryboy names in this part of the code as you have written:

SelectCommand="SELECT [StaffID] FROM [StaffRegis_Table] where...
Forum: ASP.NET Jul 29th, 2009
Replies: 3
Views: 736
Posted By nccsbim071
From where are you supposed to provide the value for Where condition i.e @designation for the SqlDataSource of DropDownlist. Giive it a thought.

I am online now, i can help you immediately.

...
Forum: ASP.NET Jul 29th, 2009
Replies: 4
Views: 441
Posted By nccsbim071
Man,

You can't just mark the thread Solved and forget about it.

Please tell,

Was i helpful to you.

If i was helpful , Please add it to my reputation.;)
Forum: ASP.NET Jul 29th, 2009
Replies: 4
Views: 441
Posted By nccsbim071
so make the textbox readonly and it will be readonly

simple isn't it
Forum: C# Jul 29th, 2009
Replies: 7
Views: 1,370
Posted By nccsbim071
well, your problem was to load the page in new window.

Which you did successfully.

Did you use the page_load event of new page. Try to get the value from the query string in the page_load event...
Showing results 1 to 40 of 79

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC