blah blah blah is here! blah blah » Close

0
votes
1 answers

Search in my web pages

I want to search a word from all the words that appear in all my webpages, and show the result of occurrence in a textBox, in the default.aspx page. I want to get all the words that appear in my website in a string. Can it be done anyway?

0
votes
1 answers

Many Ways, One Destination

There are many ways to connect and retrieve data from DatTable of a DataBase. Here I've summerised all the known paths and want to show many ways through which one can connect to the DataBase and retrieve data. I think Way No. 1 and Way N ...

0
votes
1 answers

Storing Image from Database

<b>Here is the Code to store image from a Database which has a Datatable consisting four columns : firstName, lastName, photo and FriendID. Now I can save all photos, there is no problem. Problem arises when I want to save a particul ...

0
votes
1 answers

XML qestion

The structure of XML resembles datatable, it has columns and rows. We can put datas in XML file and later manipulate it through XSLT Processor(putting a .xsl file that has connection with the XML file in the same folder). In XSLT we see va ...

0
votes
1 answers

Error!

I wanted to store pictures from my Project Database to my D drive. It gives an error like "Can not change data type System.byte[] to data type System.string....". Why this kind of Error comes, if anyone explains!

0
votes
1 answers

asp.net data update question

Using detailsview or formsview control I can insert, update and delete records in a web page, that part of data accessing and manipulating is okay. But when I try to write a large multiline text in a field, I found the inserting default te ...

0
votes
1 answers

HashTable descending

I try to show student's marks in descending order. It is no problem if I take marks according to their performance, ie; first taking the first students marks, next second and thus going on like this. The problem arises if I take marks arbit ...

0
votes
1 answers

New Font Application

I want to create a Bengali font Application that will work like Wordpad or Word where I can type Bengali words and save the file with RTF extension. Is it possible to build such Application in C# or VC#? If it is possible, please let me k ...

0
votes
1 answers

Data Question

I want to add integer data type to my database but it gives error. When it's string, this adding or updating give no trouble. Is it impossible to add this way? So the rows should always be in string format except the first Id column which ...

0
votes
1 answers

What is the difference

I want to know the difference between two extensions: .dbo and .mdf Which one is preferable to work with a database using SQL Server in ADO.NET?

0
votes
1 answers

XML element

Here is my code: <b>private void button2_Click(object sender, EventArgs e) { // We will need a reference to the XML document XmlDocument docXML = new XmlDocument(); // Open the Makes.xm ...

0
votes
1 answers

SQL Server question

When I installed Visual Studio several SQL Server components were also installed. Now to work with ADO.NET when I tried to connect with SQL database it did not connect. What I want to know, is: should I install SQL Server 2005/2008 sepera ...

0
votes
1 answers

SQL Server Connection

I tried to drag a DataGridView control and establish connection with SQL Server but it gives error, does not connect. The error message is like this: ...this failure may be caused by the fact that under the default settings SQL Server do ...

0
votes
1 answers

Copy text from one file to other file

On executing the program I found that a new file was created but the contents of the source file were not getting copied into the new file. What could be the possible reason for this? public static void Main() { int i ...

0
votes
1 answers

One object query

I try to write a code where a class can create one object(here it is "obj"). The code is like this: using System; using System.Collections.Generic; using System.Text; namespace OneObjectCreation { class MyClass { ...

Feedback