Pleas help me i need this urgent!!!
Hi,
I present some data in GridView, i hawe two columns in first column it has to data from one table, in second column is ListBox which should be filled with data from second table.
These tables are connected with master-detail relationship. So if in first...
I hawe a problem, sometimes when i go debugging then reports me two errors:
Error 1 Metadata file 'C:\OSMAPA\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cpo\b08fc951\585cc9f7\App_global.asax.axf_s5g0.dll' could not be found
and
Error 2 Metadata file...
What does mean this Error message?
Error Message
Cannot apply indexing with [] to an expression of type 'type'
i hawe variable that i use in FOR LOOP, like this;
Array myPozition;
int32 myAdd;
Int32 tempFor1 = pozicije.GetUpperBound(0);
for (i = 0; i <= tempFor1; i++)
{
myAdd =...
Hi!
Thanks for answer! "Izvozi" realy means "export"! How did you know? :)
Where do i put this code, before i put data in variable?
Anyway i tryed both, but it doesen't work, any suggestions?
G.
Hi!
I'm exporting data from some grid to excel.
If i have value in grid like; 2.57 or 10.98,
excel converts these values into: feb.57 and okt.98 !
i don't want excel to convert these values
Is there any way to switch off formating in excel when exporting?
i'm working with a VB script...
i'm working with a VB script, this is a code:
sub izvoziExcel
Dim sHTML,oExcel,oBook,oCells
naslovR=document.getElementById("naslovReklame").Value
if naslovR<>"" then
vsebinaR=document.all.item("tblReklame").outerHtml
dolzina=instr(1,vsebinaR,"<tr",1)...
Hi!
I'm exporting data from some grid to excel.
If i have value in grid like; 2.57 or 10.98,
excel converts these values into: feb.57 and okt.98 !
i don't want excel to convert these values
Is there any way to switch off formating in excel when exporting?
Thanks!
G.
http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx
http://www.kamalpatel.net/ConvertCSharp2VB.aspx
Sory but,
this links are useless, for instance when i type in the window this code:
if (InStr(Request.Form.Keys[n], "dolzinaFc") != 0)
and pres button: Convert to C#, it gives me...
sory i need it for web
and i figure it out how to get to the properties;
http://msdn2.microsoft.com/en-us/library/c8y19k6h.aspx
Button mpButton = (Button) Master.FindControl("masterPageButton");
myButton.Text = "my text";
That works, but now it's another problem, how to call and execute some...
Can someone tell me how can i controle labels, buttons property that lies on master page, from detail page?
For instace i want to controle Button's propertyes.
Can someone tell me how goes this VB function in C#;
Weekday(dateYX,Microsoft.VisualBasic.FirstDayOfWeek.Monday)
and this
WeekdayName(dayX,False,Microsoft.VisualBasic.FirstDayOfWeek.Monday)
Thanks
PIAS
Sory, my bad...
here is the code:
protected void Page_Load(object sender, EventArgs e)
{
//Put user code to initialize the page here
funkcije.preverisession();
if (!Page.IsPostBack)
{
ViewState["sort"] = 0;
ViewState["sortField"] = "a.Adv_name";
bindDataGrid();
if...
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.