Hi guys, I just started coding in c# so please bear with me. I've been trying to use gridview via RowUpdating to update current the current row using this code. Also, I have a DAL file that handles the updating via stored procedure:
daBattery daBattery = new daBattery()...
Sorry if my inquiry seems to simple but I am very much beginning to understand C#.
I get this error:
Cannot implicitly convert type 'oUsers' to 'System.Data.DataSet'
on this chunk of code:
public void Populate_DropDownListByTeamID(ref DropDownList dlDropDown, int intTeam_ID, bool...
i was assigned to create classes for a .net project. where should i start browsing for the best tutorials? i already know the objects & the simple things, just how to create the file...
______________CRYOcoustic_____________
ok, here's the deal...
we were able to access our vss profile & access all the files in sourcesafe database while we were in our office at ohio.
after a month, we are now back to our local office, we plan to modify some of the projects we had back at Ohio, and we had everything installed ...
i am currently setting up a forum with the feature of quoting a specific reply. my idea is using the InStr function:
response.Write InStr(rs("forum_reply_message"), """)
thru that i can count the number of characters and show & manipulate it, but i get a "Unterminated string constant" error...
ive been tinkering with this code & i cant seem to figure out i get this err:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'objNodeXML'
/gaynewsfeed.asp, line 13
here is my code:
XmlFile=Server.MapPath("rssfeed/users.xml")
Session.LCID=2057
Set objXML =...
tnx swamp. one last thing, is there a way I can sort the listed records by the sum of POINTSRECVD? i tried adding "order by" but i got this error:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
really appreciate your help, dude. =)...
i have this sql string:
SELECT SUM(pointsrecvd) FROM (SELECT DISTINCT userid FROM tblPointSystem)
wherein i have to get the sum of column pointsrecvd from distinct userids of table tblPointSystem. But i get this error:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more...
ok guys, i have this list of multiple user id's with their corresponding site points stored in one table. and this is what i have to do:
1) show a list of "distinct" user id's,
2) calculate sum of all the points those distinct USER IDs had
3) And list them ordered by that sum
Havent come...
i was redirected to this article and so far i find it useful with my requirements:
http://www.charon.co.uk/content.aspx?CategoryID=27&ArticleID=39
______________CRYOcoustic_____________
hi guys,
im now in process of including a site feature that can show if user is online. I'd like to incorporate this feature so if the user is online, i can simply chat with em.
on my online research, im redirected to using global.asa files (which im not quite familiar coz i dont normally...
thanks sheco. i was able to fix it up.
however, i have this problem..
now this error gives me the shakes.
ive been trying to retrieve a group id w/c is numeric. i was able to pull it out (by response.write) and i am thinking of using it as a reference to another table that contains records of...
ok guys, ive visited the ff. faq:
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=81
and it seems that it wasnt able to solve my problem.
i get that error with this sql string:
sqlnewuser = "INSERT INTO tblinfo (datereg, timereg, firstname, lastname, birthday, birthmonth, birthyear, gender...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.