Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Video Tutorials for C# and ASP.NET / ASP.NET MVC

Sir any update po dun sa video?, ung partial view.
 
I will update the thread soon.
 
pa update naman sir nagisismual palang po ako sa c# eh eto unang tanong ko paano po ba ikonek sql server sa visual studion 2015 using c# thanks
 
Sir, kung magsstart po ako, saan ko po sya magandang simulan pag-aral na VS version?

2010
2012
2013
2015

and for MSSQL
2012
2014
2016

???
 
Pahelp :help: po ako sa crystal report export to pdf file

invalid export type ung lumalabas na error sa akin eehh


ito po ang gamit kong codes po

Dim myreport As New ReportDocument
myreport = crystalreportviewer1.ReportSource

Dim expoptions As New ExportOptions
Dim expdestin As New DiskFileDestinationOptions()
Dim expformat As New PdfRtfWordFormatOptions
expdestin.DiskFileName = "C:\reports.pdf"
With expoptions
.ExportDestinationType = ExportDestinationType.DiskFile
.ExportFormatType = ExportFormatType.PortableDocFormat
.ExportFormatOptions = expformat
.ExportDestinationOptions = expdestin
End With

myreport.Export(expoptions) <<<---- dito ako nagkaka -error po
 
Good Afternoon sir , help lang po sana ako about sa mvc 5 , ganito po kasi iyan umalis po yung dating nag program nang website ngayon po na hired po ako na hindi ko po alam na ganun po pala gagwin ko at hindi po na turn over kaagad sa akin di man po napaliwanag kung paano flow nang code, gusto ko po sana patulong sa inyo may mga pinapdagdag lang po sila sa website ako po ay bago lang sa PL na ginamit niya na MVC 5 entity Framework sana po matulongan niyo po ako,,,,
 
Back
Top Bottom