User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 374,509 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,854 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 500
Search took 0.04 seconds.
Posts Made By: binoj_daniel
Forum: ASP.NET 30 Days Ago
Replies: 5
Views: 796
Posted By binoj_daniel
Re: problem regarding check box in gridview

First add this code on the .aspx file to add checkboxes to GridView

<asp:TemplateField HeaderText="Delete" ShowHeader="False">
<ItemTemplate>
<asp:CheckBox ID="chkDeleteRows"...
Forum: ASP.NET 30 Days Ago
Replies: 145
Views: 136,009
Posted By binoj_daniel
Re: Updated : Simple ASP.Net Login Page

Whose reply are you referring here? If it is mine, then try to place a breakpoint and see if its coming to the function call and see what happens.
Forum: Windows NT / 2000 / XP / 2003 30 Days Ago
Replies: 10
Views: 441
Posted By binoj_daniel
Re: Win XP Won't Install!

Here are some other suggestions you can try.
- If it stops by giving a blue screen then there is high posibility that some H/W is causing problem.
- See if you can remove any additional H/W like a...
Forum: ASP.NET Jun 12th, 2008
Replies: 0
Views: 256
Posted By binoj_daniel
Web Based Open Source .NET Source Control Tool?

Hi,

Is there any Web Based Open Source .NET Source Control Tool which can be hosted on an IIS server?
Forum: VB.NET Jun 2nd, 2008
Replies: 1
Views: 196
Posted By binoj_daniel
Re: Register an application

To do this, you can create a flag key in registry. It will store bit value. You can read from the registry and flip the bit value.

Simple method will be to create a check sum funtion and pass a...
Forum: VB.NET Jun 2nd, 2008
Replies: 11
Views: 449
Posted By binoj_daniel
Re: Compiling Questions

I went through what others have suggested, I think dexblack is pretty close.

First of all why would you distribute your application in the form of source code? Anyone can reuse it in that...
Forum: VB.NET Jun 2nd, 2008
Replies: 3
Views: 370
Posted By binoj_daniel
Re: System Usage Administration - Internet cafe management

You can do something like this by using an API call.

Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal...
Forum: VB.NET Jun 2nd, 2008
Replies: 2
Views: 368
Posted By binoj_daniel
Re: how to import data from SQL database to excell?

On which line are you getting error? Can you paste the error?
Forum: Windows NT / 2000 / XP / 2003 Jun 2nd, 2008
Replies: 10
Views: 441
Posted By binoj_daniel
Re: Win XP Won't Install!

How many partitions do you have? What kind of Partition do you have (NTFS or FAT32)?

Try to make 2 partions, before installing try do a full format.
Forum: Windows NT / 2000 / XP / 2003 Jun 2nd, 2008
Replies: 4
Views: 358
Posted By binoj_daniel
Re: Make a complete recovery CD

Use Norton Ghost to make a CD with your needs. It will create a Recovery CD which can restore your machine to the date the restore was made. It will install everything including all applications...
Forum: ASP.NET May 19th, 2008
Replies: 2
Views: 326
Posted By binoj_daniel
Re: Inline GridView Editing

I dont want to put any DataSource object in Design Time. DO you have any code sample to handle everything dynamically using Business Layer calls?
Forum: ASP.NET May 19th, 2008
Replies: 2
Views: 326
Posted By binoj_daniel
Inline GridView Editing

Hi,
Can anyone help me with Inline Editing one row at a time Also inserting a row.

Iam binding the gridview dynamically using C# codebehind with DataSet. I did not find any good posts on this....
Forum: Visual Basic 4 / 5 / 6 Apr 25th, 2008
Replies: 4
Views: 653
Posted By binoj_daniel
Re: VB6 - SQL connection

Hi,
Nothing offence but if you search with this keyword on daniweb "sql connection" you will see lot of good results. Also I would suggest you to read some SQL Books to start with.
Forum: Viruses, Spyware and other Nasties Apr 25th, 2008
Replies: 2
Views: 250
Posted By binoj_daniel
Re: Antivirus for window Vista

You can use AVG Anti-Virus Free Edition
That is a good one.
Forum: Project Partners Wanted Apr 23rd, 2008
Replies: 1
Views: 488
Posted By binoj_daniel
Business Partner for .NET 3.5 Based Web 2.0 CMS

Hi,

We are looking for a Business Partner for our new .NET 3.5 based CMS Product.
Interested investors email me at it2max@gmail.com or send a PM for more details and Business Model. This CMS would...
Forum: VB.NET Apr 23rd, 2008
Replies: 4
Views: 1,184
Posted By binoj_daniel
Re: Help with Excel Export

As i wrote in my original post Please dont suggest using Interop Calls. Also Iam looking for formatting techniques.
Forum: Motherboards, CPUs and RAM Mar 27th, 2008
Replies: 8
Views: 572
Posted By binoj_daniel
Re: 4gb ram bad for 32bit systmes?

You can defintely benefit by adding 4GB RAM on your pc running Windows XP.
There is a switch called /3GB which can be used to maximize memory address space usage for user processes.

Please read this...
Forum: Motherboards, CPUs and RAM Mar 27th, 2008
Replies: 11
Views: 1,079
Posted By binoj_daniel
Re: How to tell what kind of RAM I have

If your PC is a custom built one, then best way to verify is to open the tower and take out the RAM from the slot and get the details.
If its a Branded one. then lookup for the Model no. on their...
Forum: VB.NET Mar 27th, 2008
Replies: 2
Views: 379
Posted By binoj_daniel
Re: [Deleting record from a Database]

To do this. Whenever you delete records in the table with referential integrity, you have first delete rows from the child tables and then delete the master row from the Product table, in your...
Forum: VB.NET Mar 27th, 2008
Replies: 8
Views: 644
Posted By binoj_daniel
Re: How to execute one form from the other form?

But if you want to load a form you would use something like this:

VB Code.

FormName.Show()
Forum: VB.NET Mar 27th, 2008
Replies: 8
Views: 644
Posted By binoj_daniel
Re: How to execute one form from the other form?

When you say execute, do you mean call a form?
Forum: Windows Vista Mar 20th, 2008
Replies: 19
Views: 1,234
Posted By binoj_daniel
Re: Vista and Connection Problem

As a quick tip which everyone missed here.

- Update the firmware of the wireless router.
- Update any patches or driver updates related to your wireless card.
Forum: C# Mar 20th, 2008
Replies: 5
Views: 1,151
Posted By binoj_daniel
Re: Windows service using C#

Does it insert the record once?
Forum: PHP Mar 20th, 2008
Replies: 2
Views: 667
Posted By binoj_daniel
Re: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource

You can also download MySQL Query Browser to debug this. That will be a good approach.
Forum: Windows Vista Mar 20th, 2008
Replies: 19
Views: 1,234
Posted By binoj_daniel
Re: Vista and Connection Problem

For how long does this issue last?
What do you do to bring it back?
How often does it happen?

This will help me answer your problem.
Forum: C# Mar 11th, 2008
Replies: 8
Views: 4,647
Posted By binoj_daniel
Solution Re: I need .NET basic interview questions urgently

Well, if you got problem with this, I cannot help. Iam not here to debate. I have better things to do. May be its your job to pick and post on each post on daniweb.

Anyways enjoy!
Forum: C# Mar 11th, 2008
Replies: 8
Views: 4,647
Posted By binoj_daniel
Re: I need .NET basic interview questions urgently

But someone else can benefit out of this. As you came back to read this post someone else will also do.
Forum: Windows Vista Mar 11th, 2008
Replies: 3
Views: 413
Posted By binoj_daniel
Re: Vista Home Basic to Ultimate

If you are doing an inplace upgrade it will keep your current programs and settings and McAfee will remain installed on your system. But if you are willing to do a clean install it gives you the...
Forum: MS SQL Mar 11th, 2008
Replies: 3
Views: 691
Posted By binoj_daniel
Forum: Web Development Job Offers Mar 11th, 2008
Replies: 4
Views: 376
Posted By binoj_daniel
Re: Experienced with Database Driven Websites

Hi,

We are a web designing & Development company based in Philly, PA. We are experts in Web 2.0 designs with quick turn around. Our prices our very competitive and we give full focus of quality. Our...
Forum: Web Development Job Offers Mar 11th, 2008
Replies: 6
Views: 455
Posted By binoj_daniel
Re: Start-up seeking IT partner/programmer

Hi,

We are a web designing & Development company based in Philly, PA. We are experts in Web 2.0 designs with quick turn around. Our prices our very competitive and we give full focus of quality. Our...
Forum: Web Development Job Offers Mar 11th, 2008
Replies: 5
Views: 779
Posted By binoj_daniel
Re: Looking for a Web Designer

Hi,

We are a web designing & Development company based in Philly, PA. We are experts in Web 2.0 designs with quick turn around. Our prices our very competitive and we give full focus of quality. Our...
Forum: IT Careers and Business Mar 11th, 2008
Replies: 2
Views: 22,740
Posted By binoj_daniel
News Re: Preparing for IT Interview - Interview Questions

You can read and download a set of real life .NET questions here (http://www.coderewind.com/?categ&view_article=98)
Forum: ASP.NET Mar 11th, 2008
Replies: 3
Views: 2,199
Posted By binoj_daniel
Re: ASP.NET Interview Questions

You can read and download a set of real life .NET questions here (http://www.coderewind.com/?categ&view_article=98)
Forum: C# Mar 11th, 2008
Replies: 8
Views: 4,647
Posted By binoj_daniel
Re: I need .NET basic interview questions urgently

You can actually read and download a collection of .NET questions from here (http://www.coderewind.com/?categ&view_article=98)
Forum: ASP.NET Mar 11th, 2008
Replies: 4
Views: 476
Posted By binoj_daniel
Re: how does IIS deal wth session state?

What do you mean by Session State? The default session has a timeout of 20 mins. Now if you are referring to View State i can probably give you more details.
Forum: ASP.NET Mar 11th, 2008
Replies: 3
Views: 338
Posted By binoj_daniel
Re: how to connect and querysql ASP.NET BY USING C# CODE

You can read a VB.NET example here.. (http://www.coderewind.com/?categ&view_article=34)

More ASP.NET Interview Questions (http://www.coderewind.com/?categ&view_article=98)
Forum: Promotion and Marketing Plans Mar 11th, 2008
Replies: 8
Views: 1,109
Posted By binoj_daniel
Question Re: Two websites with same database

It can go on sandbox means, it cannot go on a live prod. server?
Forum: ASP.NET Feb 14th, 2008
Replies: 2
Views: 296
Posted By binoj_daniel
Re: ASP.NET with MySQL

Thanks for the reply.
I have no backup software on this server. It does not have too much traffic but yes atleast 500 hits a day. This issue is totally irregular so I cannot rely on the event logs...
Forum: ASP.NET Feb 14th, 2008
Replies: 2
Views: 296
Posted By binoj_daniel
Question ASP.NET with MySQL

Iam facing a wierd issue with ASP.NET and MySQL. My ASP.NET site hangs pediodically. After it hangs none of the pages open. But other sites on the same Server still works.

The only way to bring the...
Showing results 1 to 40 of 500

 
All times are GMT -4. The time now is 2:24 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC