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.

~3K People Reached
Favorite Tags
Member Avatar for loveforfire33

Hi guys, im reasonably new to the world of CSS and cross browser support (i have always worked on the backend of systems in the past). ive created a layout for a website im creating as a learning experience for a friend. Ive tried to find the source of my …

Member Avatar for loveforfire33
0
74
Member Avatar for loveforfire33

Hi guys, im trying to create a website for a friend, and im struggling with firefox, chrome / ie are working as expected.. [URL="http://ashleystevensdrifting.com.milfoil.arvixe.com/?page_id=15"]this[/URL] is the live site (im integrating it with wordpress) that i am talking about my issue is that when compared to IE and chrome in firefox …

Member Avatar for Arkinder
0
187
Member Avatar for loveforfire33

Hi, Have you ever noticed how the different browsers have different vertical resolutions? chrome has no bar at the bottom, FF has more bars at the top, and IE has bars at the top and bottom. leaving a very different amount of display on the the screen. im sure many …

Member Avatar for Arkinder
0
74
Member Avatar for loveforfire33

Hi, maybe im searching for the elusive obvious or maybe im blind... long story short, i have been coding using css templates for a while now, putting off the issue of screen resolution. something that has allways been a issue for me. using the templates has allowed me to ignore …

Member Avatar for tungnk1993
0
97
Member Avatar for loveforfire33

Hi, First of all im pretty sure this isnt the right place for this post, but im not sure where to put it.. please move it admins if its totally wrong!sorry! my question is this im about to purchase hosting that allows me to have several websites hosted on one …

Member Avatar for G&G Designing
0
89
Member Avatar for loveforfire33

Hey guys, A website a friend of mine has developed is having a few issues with firefox compatability. Ive have a look at it for him and cant seem to find a solution (although im far from a expert - hence why im coming here!) basically he's used labels for …

Member Avatar for Arkinder
0
187
Member Avatar for loveforfire33

Hi, im trying to set a row filter based one fixed paramater (locationID) and a second paramater on a session variable - im not an expert in C# at all, but i think what i have done should work? Can anyone see anything wrong / offer suggestions please? :) [code] …

Member Avatar for foluis
0
111
Member Avatar for loveforfire33

Hi, i have a submit button which adds data to a DB, id like a pop up window to open after the user clicks the button and the submit operation has been completed... (the pop up window will display the submitted data) while tesing on a local host i (naively) …

Member Avatar for patelriki13
0
197
Member Avatar for loveforfire33

Hi, i have followed a tutorial and modified it to get a image stored as a blob from MSSQL, it is working perfectly - however i utilised handlers in this tutorial. and while it is working fine - id quite like to understand what is going on! [code] <%@ WebHandler …

Member Avatar for Lusiphur
0
149
Member Avatar for loveforfire33

Hey guys, i want to check if reader.read has a null value, however im struggling to do this.. any ideas? [code] <%@ WebHandler Language="C#" Class="Handler" %> using System; using System.Web; using System.Data.SqlClient; using System.Data; using System.IO; using System.Collections.Specialized; public class Handler : IHttpHandler { public string GetConnectionString() { //Gets Connection …

Member Avatar for finito
0
288
Member Avatar for loveforfire33

Hi guys, i am populating a datalist with data from an SQL Server database, in the database images are stored in BLOBS. i am getting these images out using a handler. im populating the datalist with data from a table which contains the image and other attributes, which has all …

0
44
Member Avatar for loveforfire33

Hi, i have got a popup box on a aspx page using JavaScript - what i would like to happen is after the user clicks the box for the browser to navigate to a different aspx page. i have tried using response.redirect and other methods - to no avail. i …

Member Avatar for loveforfire33
0
145
Member Avatar for loveforfire33

Im trying to get the values of checkboxes in a datalist and then display them in a label on a page, but im getting a nullreference error. on the line... if(chk.Checked) i know these errors are asked for alot, but after researching i cannot find whats wrong :( please help! …

Member Avatar for dnanetwork
0
111
Member Avatar for loveforfire33

Hi, im making a application and am stuck :) the page has 3 radio buttons, if the user has selected one i want the page to go to page2.aspx if the user hasnt selected one i want an error message to be displayed (lblErr) and no navigation to happen. im …

Member Avatar for dnanetwork
0
113
Member Avatar for loveforfire33

Hi, im trying to populate each datagrid with an individual record from a table by using a loop - ideally id like something like this below [code] using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Data; using System.Data.SqlClient; public partial class Default2 : …

Member Avatar for PierlucSS
0
81
Member Avatar for loveforfire33

Hi, im learning ASP.net and SQL Server and im verrrry new! i have followed an excellent tutorial (and besides some authentication issues with SQL Server it has gone swimmingly) :) ([url]http://www.aspsnippets.com/Articles/Display-images-from-SQL-Server-Database-in-ASP.Net-GridView-control.aspx[/url]) however im struggling to understand exactly what i have done in this tutorial (obviously following a tutorial is easy …

Member Avatar for loveforfire33
0
114
Member Avatar for loveforfire33

im making a ASP.NET web application using a serverside database. Hi :), im making a ASP.net web application with a sqlserver backend database. i have been requested to provide both UML and ERD/Normalization i can do both of these techniques individually to a reasonable standard, however i am unsure about …

Member Avatar for griswolf
0
268
Member Avatar for loveforfire33

im making a ASP.NET web application using a serverside database. i have been requested to provide both UML and ERD/Normalization i can do both of these techniques individually to a reasonable standard, however i am unsure about how they relate to each other? for example if i do UML class …

0
49
Member Avatar for loveforfire33

hi, im currently revising linked lists for my exams - but i cant quite understand the reasoning behind using current or current.next in the following examples in the example below we are adding to the back of a linked list [CODE]void addToBack(int value) { // make a new element Element …

Member Avatar for loveforfire33
0
154
Member Avatar for loveforfire33

Hi guys, im yet again having a problem with a task! im struggling to get my head around stream reader. ive managed to grasp the basics how to read and write to .txt files when entrys are a new line in the .txt file ( i.e the .txt file layout …

Member Avatar for sknake
0
65
Member Avatar for loveforfire33

Hi guys, im trying to get this code to work, im basically trying to write a programme that will find the smallest possible amount of coins needed to make up the amount of pence entered into a text box. ive managed to get it working with a very long If …

Member Avatar for LizR
0
103
Member Avatar for loveforfire33

Hi, this is my first post here - i am very new to C# and i am struggling with a solution. i have to accept a date as a numerical value in a text box, then convert it into a string displaying the written month name. im struggling on how …

Member Avatar for JerryShaw
0
88