Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~968 People Reached
Favorite Tags
Member Avatar for tuomari

I have a problem. I am reading some settings from external XML file with C#, and it contains escape character "\t". Problem is, when it returns the value it has a verbatim in front of it, like @"\t". How can i remove the verbatim sign from the string when it …

Member Avatar for nick.crane
0
52
Member Avatar for tuomari

I'm trying to populate datagrid with only 5 newest results from access database. I have tried using TOP 5 parameter but for some reason it gave 5 last results and not 5 newest. And if i put order by desc, it would show the newest, but the newest result was …

Member Avatar for mikev2
0
95
Member Avatar for tuomari

I have a page which has datagrid on it, and the datagrid is populated automaticly from access database so I don't have anything defined manually, except for the edit column. What i would need to do, is to make an empty editable row on the bottom of the datagrid, so …

Member Avatar for dnanetwork
0
88
Member Avatar for tuomari

I am trying to build an SQL query to compare date in my txtDate box to one in access database for my database search-page. I'm clueless as to which is the best method to do this. Obviously just comparing the textbox value doesn't work. This is my current if-function to …

Member Avatar for tuomari
0
141
Member Avatar for tuomari

I'm trying to return a dataset from another function to be used in another function, but i am running to trouble. So i have this Binddata function which populates the dataset and then returns it, that goes thru the debugger and runs fine at my ASP.NET page. But when i …

Member Avatar for tuomari
0
141
Member Avatar for tuomari

Hi! I have been looking into this the whole day, and I haven't found any good straight answers to my problem. So what i am trying to do, is that I have a XML file where i have defined for example what is the name of the column (In this …

Member Avatar for kvprajapati
0
193
Member Avatar for tuomari

I'm trying to make an .aspx page which would allow me to change values in the database. It has a datagrid which shows everything from one database table, and allows me to edit the data row by row. Everything goes smoothly as anything, but when I try i update the …

Member Avatar for dnanetwork
0
125
Member Avatar for tuomari

I keep getting this error: c:\inetpub\wwwroot\Phoenix\Login.aspx.cs(85): 'Phoenix.WebForm1.DBConnection(string, string)': not all code paths return a value I have already tried putting everything in the DBConnection function to comments but still the problem persisted. This is crucial that i get this working. I have watched examples from the guides in daniweb but …

Member Avatar for dnanetwork
0
133